.header-ad-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
    color: inherit;
}

.content-wrapper.d-flex-r {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ad-header-icon {
    border-radius: 50%;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 3px;
}

.ad-header-title,
.ad-header-dash {
    font-weight: bold;
    color: var(--white) !important;
    text-decoration: none !important;
}

.ad-header-desc {
    font-weight: bold;
    color: var(--white) !important;
    font-size: 14px;
    text-decoration: underline !important;
}

.ad-header-desc:hover {
    text-decoration: none !important;
}

.close-btn {
    cursor: pointer;
    margin-left: auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}