/* Container Styles */
.ept-pricing-tables {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    font-size: 16px;
    margin: 60px 0;
}

/* Common Table Styles */
.ept-pricing-table {
    position: relative;
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    background: #ffffff;
    color: #555;
    border: 1px solid #e5e7eb;
}

.ept-pricing-table .ept-button{
    transition: all 0.2s ease;
}

.ept-highlighted {
    transform: scale(1.05);
    position: relative;
    z-index: 1;
    border-color: #3b82f6;
}

/* Header Styles */
.ept-header {
    text-align: center;
    margin-bottom: 15px;
}

.ept-pricing-table .ept-title {
    font-size: 28px;
    margin:0;
    margin-bottom: 15px;
    font-weight: 500;
}

.ept-title span{
    display:block;
    margin-bottom:10px;
}

.ept-pricing-table.ept-highlighted .ept-titlee:before{
    font-family: 'wptime_tf_icons';
    content: '\e824';
    display:block;
    margin-bottom: 15px;
}

.ept-price {
    font-size: 40px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
}

.ept-prev-price{
    text-decoration: line-through;
    display:block;
    margin-bottom: 5px;
    font-size: 14px;
}

.ept-currency {
    font-size: 24px;
}

.ept-period {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

/* Features Styles */
.ept-features {
    text-align: left;
}

.ept-pricing-table .ept-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ept-pricing-table .ept-features li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.ept-pricing-table .ept-features li:before{
    margin-right: 6px;
}

.ept-pricing-table .ept-features li:last-child {
    border-bottom: none;
}

/* Button Styles */
.ept-footer {
    text-align: center;
    margin-top: 15px;
}

.ept-button {
    display: inline-block;
    padding: 15px 30px;
    line-height:1;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    background: #3b82f6;
    color: white;
    margin-bottom: 30px;
}

.ept-button:hover {
    background: #2563eb;
}

.ept-agreement{
    display: block;
    text-align:left;
    margin-bottom: 10px;
    font-size: 12px;
}

.ept-agreement:last-child{
    margin-bottom:0;
}

span.ept-agreement a{
    text-decoration: underline;
    border: none;
}

/* Light Theme */
.ept-light {
    background: #f8fafc;
    color: #475569;
    border: 1px solid rgba(71, 85, 105, 0.1);
}

.ept-light span.ept-agreement a{
    color: #475569;
}

.ept-pricing-table.ept-light .ept-title{
  color: #334155;  
}

.ept-light.ept-highlighted {
    box-shadow: 0 4px 6px rgba(71, 85, 105, 0.1);
}

.ept-light .ept-button {
    background: #64748b;
    color: white;
    border: none;
}

.ept-light .ept-button:hover {
    background: #475569;
}

.ept-light .ept-features li {
    border-color: rgba(71, 85, 105, 0.20);
}

.ept-light .ept-period {
    color: #475569;
}

.ept-light .ept-price {
    color: #334155;
}

.ept-light .ept-features a{
    color: #475569;
}

/* Dark Theme */
.ept-dark {
    background: #1a1a1a;
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ept-dark span.ept-agreement a{
    color: #e2e8f0;
}

.ept-pricing-table.ept-dark .ept-title{
  color: #fff;  
}

.ept-dark.ept-highlighted {
    background: #262626;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ept-dark .ept-button {
    background: #4a5568;
    color: white;
    border: none;
}

.ept-dark .ept-button:hover {
    background: #2d3748;
}

.ept-dark .ept-features li {
    border-color: rgba(255, 255, 255, 0.20);
}

.ept-dark .ept-period {
    color: #e2e8f0;
}

.ept-dark .ept-price {
    color: #ffffff;
}

.ept-dark .ept-features {
    color: #cbd5e0;
}

.ept-dark .ept-features a{
    color: #cbd5e0;
}

/* Green Theme */
.ept-green {
    background: #ebfbee;
    color: #2f855a;
    border: 1px solid rgba(47, 133, 90, 0.20);
}

.ept-green span.ept-agreement a{
    color: #2f855a;
}

.ept-pricing-table.ept-green .ept-title{
  color: #276749;  
}

.ept-green.ept-highlighted {
    background: #d2f6d9;
    box-shadow: 0 4px 6px rgba(47, 133, 90, 0.1);
}

.ept-green .ept-button {
    background: #48bb78;
    color: white;
    border: none;
}

.ept-green .ept-button:hover {
    background: #38a169;
}

.ept-green .ept-features li {
    border-color: rgba(47, 133, 90, 0.20);
}

.ept-green .ept-period {
    color: #2f855a;
}

.ept-green .ept-price {
    color: #276749;
}

.ept-green .ept-features a{
    color: #2f855a;
}

/* Blue Theme */
.ept-blue {
    background: #ebf8ff;
    color: #2b6cb0;
    border: 1px solid rgba(43, 108, 176, 0.2);
}

.ept-blue span.ept-agreement a{
    color: #2b6cb0;
}

.ept-pricing-table.ept-blue .ept-title{
  color: #2b6cb0;  
}

.ept-blue.ept-highlighted {
    box-shadow: 0 4px 6px rgba(43, 108, 176, 0.1);
}

.ept-blue .ept-button {
    background: #4299e1;
    color: white;
    border: none;
}

.ept-blue .ept-button:hover {
    background: #3182ce;
}

.ept-blue .ept-features li {
    border-color: rgba(43, 108, 176, 0.20);
}

.ept-blue .ept-period {
    color: #2b6cb0;
}

.ept-blue .ept-price {
    color: #2c5282;
}

.ept-blue .ept-features a{
    color: #2b6cb0;
}

/* Orange Theme */
.ept-orange {
    background: #fff5eb;
    color: #c05621;
    border: 1px solid rgba(192, 86, 33, 0.2);
}

.ept-orange span.ept-agreement a{
    color: #c05621;
}

.ept-pricing-table.ept-orange .ept-title{
  color: #9c4221;  
}

.ept-orange.ept-highlighted {
    box-shadow: 0 4px 6px rgba(192, 86, 33, 0.1);
}

.ept-orange .ept-button {
    background: #ed8936;
    color: white;
    border: none;
}

.ept-orange .ept-button:hover {
    background: #dd6b20;
}

.ept-orange .ept-features li {
    border-color: rgba(192, 86, 33, 0.20);
}

.ept-orange .ept-period {
    color: #c05621;
}

.ept-orange .ept-price {
    color: #9c4221;
}

.ept-orange .ept-features a{
    color: #c05621;
}

/* Purple Theme */
.ept-purple {
    background: #faf5ff;
    color: #6b46c1;
    border: 1px solid rgba(107, 70, 193, 0.2);
}

.ept-purple span.ept-agreement a{
    color: #6b46c1;
}

.ept-pricing-table.ept-purple .ept-title{
  color: #553c9a;  
}

.ept-purple.ept-highlighted {
    box-shadow: 0 4px 6px rgba(107, 70, 193, 0.10);
}

.ept-purple .ept-button {
    background: #805ad5;
    color: white;
    border: none;
}

.ept-purple .ept-button:hover {
    background: #6b46c1;
}

.ept-purple .ept-features li {
    border-color: rgba(107, 70, 193, 0.20);
}

.ept-purple .ept-period {
    color: #6b46c1;
}

.ept-purple .ept-price {
    color: #553c9a;
}

.ept-purple .ept-features a{
    color: #6b46c1;
}

.ept-pricing-table .ept-features a{
    text-decoration:underline;
    border:none;
    padding:0;
}

.ept-pricing-table .ept-features a:hover{
    border:none;
    padding:0;
    text-decoration:none;
}

/* Responsive Adjustments */
@media screen and (max-width: 960px) {
    .ept-pricing-tables {
        gap: 20px;
    }

    .ept-highlighted {
        transform: none;
    }

    .ept-pricing-table {
        padding: 20px;
    }

    .ept-price {
        font-size: 28px;
    }

    .ept-pricing-table .ept-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .ept-pricing-tables{
        display: block;
    }

    .ept-pricing-table{
        margin-bottom: 20px;
    }

    .ept-pricing-table:last-child{
        margin-bottom: 0;
    }
}