.promo-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #FFD700; /* Gold */
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
    z-index: 10;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.inner-box {
    position: relative;
}

.info-icon {
    margin-left: 5px;
    font-size: 0.9em;
    cursor: pointer;
}

.promo-tooltip {
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #333;
    color: #fff;
    font-size: 0.75em;
    padding: 8px 12px;
    border-radius: 5px;
    max-width: 200px;
    z-index: 20;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.promo-tooltip .close-tooltip {
    display: block;
    text-align: right;
    margin-top: 5px;
    cursor: pointer;
    font-size: 0.9em;
    color: #FFD700;
}

#per-day-disclaimer {
    font-size: 0.6em;
    line-height: auto;
    display: inline;
    font-weight: 100;
}