.card {
    border: none;
    border-radius: 12px;
    background-color: #f7f7f7;
    margin-bottom: 12px;
    height: auto;
}

.card-title {
    background: linear-gradient(to right, #ec0100, #4f0000);
    color: white;
    font-size: 14px;
    padding: 12px 0;
    width: 100%;
    margin: 0 0 12px 0;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.card-body {
    padding: 12px;
    font-size: 12px;
}

.card-body ul {
    list-style-type: none;
    padding-left: 20px;
}

.card-body ul li {
    font-weight: bold;
}

.card-body ul li:before {
    content: "\25B6";
    color: #ec0100;
    font-size: 12px;
    margin-right: 8px;
    font-family: Arial, sans-serif;
}

.card-body ul ul {
    padding-left: 20px;
}

.card-body ul ul li:before {
    content: "\2022";
    color: #ec0100;
}

.card-body strong {
    color: #333;
}

.img-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
}

.img-title {
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.2rem;
}

.img-container img {
    max-width: 100%;
    height: auto;
}

.logo-brb{
    width: 36px;
    height: 36px;
}


h1 {
    margin: 32px 0 32px 14px;
}

.brb-card-body {
    overflow-wrap: anywhere;
}

.brb-content.brb-fixed .brb-card-body {
    overflow-y: auto;
}

.brb-card {
    background: #fff;
    border: 1px solid var(--stroke, #e5e7eb);
    border-radius: var(--radius-lg, 18px);
    box-shadow: var(--shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1));
    padding: 18px;
}

.brb-content .card {
    border-radius: 12px;
    overflow: hidden;
    background: #f7f7f7;
}

.brb-content>[class*="col-"] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.object-fit-contain {
    object-fit: contain;
}

@media (min-width: 992px) {
    .brb-img-wrap {
        position: sticky;
        top: 1rem;
    }
}
