/* Container Card styling */
.ba-card-d8f08a59 {
    background-color: #fff9f9;
    padding: 24px;
    border-radius: 24px;
    box-sizing: border-box;
    font-family: inherit;
    display: flex;
    flex-direction: column;
}

/* Images Grid Side-By-Side */
.ba-images-container-d8f08a59 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    width: 100%;
}

.ba-img-wrapper-d8f08a59 {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 16px;
}

.ba-img-d8f08a59 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Badges styling */
.ba-badge-d8f08a59 {
    position: absolute;
    top: 12px;
    background-color: rgba(255, 230, 235, 0.9);
    color: #c2185b;
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ba-badge-before-d8f08a59 {
    left: 12px;
}

.ba-badge-after-d8f08a59 {
    right: 12px;
}

/* Central static separator button overlay */
.ba-separator-d8f08a59 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 5;
    color: #c2185b;
    font-size: 16px;
    pointer-events: none;
}

.ba-separator-d8f08a59 svg {
    width: 16px;
    height: 16px;
    fill: #c2185b;
}

/* Metadata row */
.ba-meta-d8f08a59 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(194, 24, 91, 0.1);
}

.ba-name-d8f08a59 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #2b2b2b;
}

.ba-stats-d8f08a59 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ba-metric-d8f08a59 {
    font-size: 24px;
    font-weight: 700;
    color: #c2185b;
}

.ba-metric-icon-d8f08a59 {
    color: #c2185b;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.ba-metric-icon-d8f08a59 svg {
    width: 20px;
    height: 20px;
    fill: #c2185b;
}

/* Quote/Testimonial styling */
.ba-quote-container-d8f08a59 {
    margin-top: 16px;
    position: relative;
}

.ba-quote-d8f08a59 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a4a;
    font-style: italic;
    display: inline;
}

.ba-quote-mark-d8f08a59 {
    color: #c2185b;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-family: serif;
    vertical-align: middle;
}

.ba-quote-open-d8f08a59 {
    margin-right: 4px;
}

.ba-quote-close-d8f08a59 {
    margin-left: 2px;
}
