.ragan-ticker-ad {
    background: #E0E5FC;
    border-bottom: 1px solid #d1d4e5;
    padding: 10px 0;
}

.ragan-ticker-ad__inner {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.ragan-ticker-ad__logo {
    flex: 0 0 auto;
    padding-right: 18px;
    border-right: 1px solid #193BA5;
    max-width: 180px;
}

.ragan-ticker-ad__logo img {
    max-height: 48px;
    width: auto;
    display: block;
}

.ragan-ticker-ad__content {
    flex: 1 1 auto;
    color: #193BA5;
    font-size: 17px;
    line-height: 1.4;
    padding-right: 10px;
    font-weight: bold;
}

.ragan-ticker-ad__cta {
    flex: 0 0 auto;
    background: #f26b35;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 18px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
    border: none;
    line-height: 17px;
}

.ragan-ticker-ad__cta:hover,
.ragan-ticker-ad__cta:focus {
    background: #d95d2e;
    color: #ffffff !important;
}

.ragan-ticker-ad__close {
    flex: 0 0 auto;
    background: transparent;
    border: none;
    color: #193BA5;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border: solid 1px #193BA5;
    border-radius: 20px;
    line-height: 10px;
}

.ragan-ticker-ad__close:hover {
    color: #ffffff;
    background: #193BA5;
}

@media (max-width: 768px) {
    .ragan-ticker-ad__inner {
        flex-wrap: wrap;
        gap: 12px;
    }

    .ragan-ticker-ad__logo {
        border-right: none;
        padding-right: 0;
    }

    .ragan-ticker-ad__content {
        width: 100%;
    }
}
