.phtoppromotions {
    position: relative;
    z-index: 1003;
    width: 100%;
    padding: 8px 48px;
    background-color: var(--phtp-bg, #f1c40f);
    color: var(--phtp-text, #1F334D);
    box-sizing: border-box;
}

.phtoppromotions__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 32px;
}

.phtoppromotions__text a {
    color: inherit;
    text-decoration: underline;
}

.phtoppromotions__text a::after {
    content: " »";
}

.phtoppromotions__clock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
    white-space: nowrap;
}

.phtoppromotions__icon {
    display: inline-flex;
    width: 15px;
    height: 15px;
}

.phtoppromotions__icon svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.phtoppromotions__icon svg path {
    fill: currentColor;
}

.phtoppromotions__dismiss {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 767px) {
    .phtoppromotions__content {
        flex-direction: column;
    }
}
