/*
Theme Name: PokaTheme Child
Template: pokatheme
Theme URI: https://pokatheme.com
Description: Premium Affiliate WordPress Theme
Author: PokaTheme
Author URI: https://pokatheme.com
Version: 1.0.57
License: Licensed theme
Tags: black, blue, white, two-columns
Text Domain:  poka
*/

/*
    Add your custom styles here
*/

/* Bonus card styles start */
.bonus-post-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.bonus-post-card-thumbnail {
    margin-bottom: 16px;
}

.bonus-card-btn {
    margin-top: 20px;
}

.bonus-card-code {

   fieldset {
       margin: 12px auto;
       color: #929292;
       position: relative;
       max-width: 200px;
       border: 2px solid #929292;
       border-radius: 20px;
       padding: 0 32px;
       font-weight: 700;
   }

    legend {
        padding: 4px 8px;
    }
}
.bonus-card-code-value {
    display: inline-block;
    margin-bottom: 8px;
    color: #000;
    font-size: 24px;
}
/* Bonus card styles end */


/* Bonus single styles start */
.single-bonus-header {
    position: relative;
    padding: 16px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px 0 rgba(66, 68, 90, 0.15);
    overflow: hidden;

    h1 {
        margin-top: 0;
    }

    .single-bonus-header-category-list {
        margin-bottom: 16px;
    }

    .single-bonus-header-bg {
        position: absolute;
        z-index: -1;
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        opacity: 0.1;
        filter: blur(2px);
        background-color: #fff;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .single-bonus-header-code {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 12px 0;
        flex-direction: column;

        @media screen and (min-width: 576px) {
            flex-direction: row;
            gap: 32px;
        }
    }
}
/* Bonus single styles end */



/* Archive styles start */
.archive-content {
    margin: 20px 0 28px;
}

.archive-terms {
    position: relative;
    z-index: 1;
    margin: 20px 0 30px;

    a {
        display: inline-block;
        border-radius: 8px;
        border: 1px solid var(--secondary-button-color);
        padding: 4px 8px;
        margin-right: 6px;
        margin-bottom: 6px;
        transition: transform .3s;

        &:hover:not(.active) {
            transform: translateY(-2px);
        }

        &.active {
            background-color: var(--secondary-button-color);
        }
    }
}
/* Archive styles end */
