.dm-translation-banner {
    background: #fef3c7;
    border-bottom: 1px solid #fde68a;
    color: #92400e;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
}

.dm-translation-banner__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 20px;
}

.dm-translation-banner__icon {
    display: inline-flex;
    flex-shrink: 0;
    color: #b45309;
}

.dm-translation-banner__text {
    flex: 1;
}

.dm-translation-banner__close {
    background: transparent;
    border: 0;
    color: #92400e;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0 6px;
    margin-left: auto;
}

.dm-translation-banner__close:hover {
    color: #78350f;
}
