/* Pro notice banner styles */
.tkf-pro-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    left: 0;
    top: 0;
}

.tkf-pro-banner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 850px;
    height: 600px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tkf-pro-banner-header-row {
    position: relative;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 40%, #ff2d55 100%);
    height: 250px;
}

.tkf-pro-banner-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ffffff;
    cursor: pointer;
    opacity: 1;
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.tkf-pro-banner-close:hover {
    opacity: 0.8;
}

.tkf-pro-banner-header-title {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 800;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25),
    0 0 10px rgba(255, 45, 85, 0.3);
}

.tkf-pro-banner-header-description {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25),
    0 0 10px rgba(255, 45, 85, 0.3);
}

.tkf-pro-banner-content-row {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
}

.tkf-pro-banner-features-col {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.tkf-pro-banner-features-col1 {
    width: 30%;
}

.tkf-pro-banner-feature {
    color: #000000;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 20px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.tkf-pro-banner-feature::before {
    content: "●";  /* or "○" for hollow circle */
    color: #ff2d55; /* TikTok pink */
    margin-right: 8px;
    font-size: 12px;
}


.tkf-pro-banner-footer-row {
    padding: 20px 50px 50px 50px;
    box-sizing: border-box;
}

.tkf-pro-upgrade-btn {
    display: inline-block;
    padding: 12px 100px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #ff2d55;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.tkf-pro-upgrade-btn:hover {
    background-color: #e6003d;
    color: #ffffff;
}

.tkf-pro-discount-box {
    background: linear-gradient(135deg, #ff2d55 0%, #00f2ea 100%);
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    position: absolute;
    right: 20px;
    bottom:0;
}

.tkf-pro-discount-header {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tkf-pro-discount-body {
    margin-bottom: 20px;
}

.tkf-pro-discount-percent {
    display: block;
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.tkf-pro-discount-text {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.tkf_pro_notice {
    display: inline-block;
    cursor: pointer;
    position: relative;

}

.tkf_pro_notice p {
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.tkf_pro_notice_cont {
    position: absolute;
    width: auto;
    height: auto;
    background-color: #000000;
    color: #fff;
    opacity: 1;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
    top: -42px;
}
