.pt-popup-content{
    font-family:'Roboto',sans-serif;
    max-width:656px;
    margin:0 auto;
    padding:24px;
    background:#FFFFFF;
    border-radius:16px;
}

.pt-header{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:16px;
}

.pt-icon{
    width:48px;
    height:48px;
}

.pt-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.pt-title{
    font-size:24px;
    font-weight:600;
    color:#1F2937;
    margin:0;
}

.pt-description{
    font-size:13px;
    color:#6B7280;
    margin-bottom:16px;
}

.pt-themes-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.pt-theme-card{
    display:flex;
    gap:16px;
    padding:16px;
    border-radius:12px;
    background:linear-gradient(135deg,#F8F9FF 0%,#FFF5F7 100%);
}

.pt-theme-card.creative{
    background:
    url("/wp-content/uploads/2026/02/App.png") no-repeat right center,
    linear-gradient(135deg,#E9E7F2 0%,#F3F0F9 100%);
    background-size:contain,cover;
}

.pt-theme-card.curious{
    background:
    url("/wp-content/uploads/2026/02/App-1.png") no-repeat right center,
    linear-gradient(135deg,#E8F4FF 0%,#F0F9FF 100%);
    background-size:contain,cover;
}

.pt-theme-icon{
    font-size:20px;
}

.pt-theme-title{
    font-size:16px;
    font-weight:600;
    margin-bottom:8px;
}

.pt-theme-text{
    font-size:13px;
    color:#4B5563;
}

.pt-footer{
    text-align:right;
    margin-top:16px;
}

.pt-close-button{
    background:#3F4DCB;
    color:#fff;
    padding:10px 20px;
    border:none;
    border-radius:6px;
    cursor:pointer;
}