.ahbab-smart-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .28rem .5rem;
    max-width: 100%;
    line-height: 1.45;
    text-align: center;
}

.ahbab-smart-time__local {
    direction: rtl;
    unicode-bidi: isolate;
    font-weight: 900;
}

.ahbab-smart-time__label,
.ahbab-smart-time__sudan {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 177, 26, .28);
    border-radius: 999px;
    padding: .12rem .48rem;
    color: #d9a441;
    background: rgba(255, 177, 26, .08);
    font-size: .7rem;
    font-weight: 800;
    white-space: normal;
}

.ahbab-smart-time__sudan[hidden] {
    display: none;
}

@media (max-width: 520px) {
    .ahbab-smart-time {
        gap: .2rem;
    }

    .ahbab-smart-time__local,
    .ahbab-smart-time__label,
    .ahbab-smart-time__sudan {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ahbab-smart-time * {
        transition: none !important;
    }
}
