ol.ff-redeem-codes-list {
    margin-left: 0;
}
ol.ff-redeem-codes-list li::marker {
    font-weight: bold;
    color: #08529d;
}
ol.ff-redeem-codes-list li {
    padding: 8px 0;
    border-bottom: 1px solid #e7e7e7;
}

.tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    display: none;
    z-index: 1000;
    white-space: nowrap;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%; /* Arrow pointing down */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.ff-code-val {
    position: relative;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-right: 18px;
}

/*.ff-code-val::before {
    content: "xxxxxxxxxxx";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fefe08 0%, #fff 70%, rgba(255, 255, 255, 0) 90%);
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}*/

a.go_for_ff_code {
    display: inline-block;
    border: 2px dashed #000;
    background: #ffcb59;
    padding: 6px 22px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    text-decoration: unset !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ff-code-val,
#cpnCode {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

@media (max-width: 921px) {
    button.ff-copy-code-btn {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .single-post .entry-content ol.ff-redeem-codes-list {
        padding-left: 0;
    }
    ol.ff-redeem-codes-list li {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding: 6px 0;
    }
    ol.ff-redeem-codes-list li a {
        display: inline-block;
    }
    
    ol.ff-redeem-codes-list li::marker {
        font-size: 12px;
    }
    span.ff-code-val {
        margin-bottom: 0;
        font-weight: 500;
        margin-right: 5px;
        font-size: 15px;
        letter-spacing: 0;
    }
    a.go_for_ff_code {
        padding: 4px 10px;
        display: block;
        text-align: center;
        width: max-content;
        margin-left: auto;
        text-transform: capitalize;
    }
}
