.trade-notise {
    border: 1px solid rgba(0, 155, 179, 1);
    background: rgba(231, 238, 239, 1);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.trade-notise .image-el {
    width: 51px;
}

.tc-regulatory-licences {
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 0 40px;
}

.tc-regulatory-licences .content {
    max-width: 100%;
}

.tc-regulatory-licences__title {
    font-size: 14px;
    font-weight: 700;
    color: #0d1e33;
    letter-spacing: 0.05em;
    margin: 0 0 12px;
    text-transform: uppercase;
    text-align: left;
}

.tc-fl-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

.tc-fl-card {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 0;
    min-width: 0;
    background: #f8f9fb;
    border: 1px solid #dce6ef;
    border-radius: 10px;
    padding: 12px 14px;
    text-decoration: none;
    color: inherit;
}

.tc-fl-card:hover {
    background: #e3e5e9;
    text-decoration: none;
    color: inherit;
}

.tc-fl-flag {
    width: 65px;
    flex-shrink: 0;
    border-radius: 8px;
    height: 50px;
}

.tc-fl-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.tc-fl-flag.global img {
    object-fit: contain;
}

.tc-fl-country {
    font-size: 13px;
    font-weight: 700;
    color: #0d1e33;
    line-height: 1.2;
    margin-bottom: 2px;
}

.tc-fl-reg {
    font-size: 11px;
    color: #1ab87a;
    font-weight: 600;
    margin-bottom: 1px;
}

.tc-fl-num {
    font-size: 10px;
    color: #8aabb8;
    font-family: monospace;
}

/* Light footer (e.g. 4-reasons-to-trade) */
body .social + .terms-conditions + .tc-regulatory-licences,
body .terms-conditions + .tc-regulatory-licences {
    background-color: #f6f6f6;
}

/* Dark footer (e.g. trade-gold-v2, trade-oil) */
body.font-Yantramanav .social + .terms-conditions + .tc-regulatory-licences,
body.font-Yantramanav .terms-conditions + .tc-regulatory-licences {
    background-color: #000;
    padding-bottom: 50px;
}

body.font-Yantramanav .terms-conditions + .tc-regulatory-licences .tc-regulatory-licences__title {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .trade-notise {
        flex-direction: column;
    }

    .trade-notise .image-el {
        margin: 0 auto;
    }

    .tc-fl-cards {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .tc-fl-card {
        flex: 1 1 auto;
        min-width: 0;
    }
}
