.sr-container-7311639f {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    background-color: #183152; /* Default background, overridden by settings */
    padding: 40px 0;
}
.sr-item-7311639f {
    flex: 1;
    min-width: 0;
    text-align: center;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.sr-item-7311639f:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.sr-top-section-7311639f {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100px;
    margin-bottom: 5px;
}
.sr-bottom-section-7311639f {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
}
.sr-icon-7311639f {
    font-size: 40px;
    margin-bottom: 15px;
    color: #ff8b81;
}
.sr-icon-7311639f svg {
    width: 40px;
    height: 40px;
    fill: #ff8b81;
}
.sr-value-7311639f {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #ff8b81;
    line-height: 1.2;
}
.sr-subtitle-7311639f {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff8b81;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.2;
    min-height: 19px; /* Ensures space is kept even if empty */
}
.sr-subtitle-empty-7311639f {
    visibility: hidden;
}
.sr-desc-7311639f {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    max-width: 160px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1024px) {
    .sr-item-7311639f {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
    .sr-item-7311639f:nth-child(2n)::after {
        display: none;
    }
    .sr-item-7311639f:nth-child(3)::after {
        display: block;
    }
}

@media (max-width: 768px) {
    .sr-item-7311639f {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .sr-item-7311639f::after {
        display: none !important;
    }
}