.mt-purchase-form{margin-bottom:25px;font-family:'IRANYekanX', Tahoma, sans-serif;}
.mt-purchase-form h3{margin:0 0 15px 0;padding-bottom:15px;border-bottom:1px solid #f0f0f0;font-size:1.3em !important;font-weight:700;text-align:right;color:#2d3748;}
.mt-flyout{position:relative;}
.mt-license-dropdown{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border:1px solid var(--mt-flyout-dropdown-border, #dddddd);border-radius:8px;background-color:var(--mt-flyout-dropdown-bg, #ffffff);cursor:pointer;transition:all 0.2s ease;}
.mt-license-dropdown:hover{border-color:var(--mt-flyout-dropdown-hover-border, #98aa36);}
.js-license-selector-name{font-size:1.1em;font-weight:600;color:var(--mt-flyout-dropdown-text-color, #2d3748);}
.js-license-selector-price{font-size:1.1em;font-weight:700;color:var(--mt-flyout-dropdown-price-color, #16a34a);}
.mt-license-dropdown .dashicons{transition:transform 0.2s ease;}
.mt-flyout-body.is-open ~ .mt-license-dropdown .dashicons{transform:rotate(180deg);}
.mt-flyout-body{position:absolute;top:calc(100% + 5px);right:0;width:100%;background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 10px 25px -5px rgba(0,0,0,0.1), 0 5px 10px -5px rgba(0,0,0,0.04);z-index:100;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.25s ease;overflow:hidden;}
.mt-flyout-body.is-open{opacity:1;visibility:visible;transform:translateY(0);}
.license-item{padding:15px 20px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color 0.2s ease;}
.license-item:last-of-type{border-bottom:none;}
.license-item:hover{background-color:var(--mt-flyout-item-hover-bg, #f8f9fa);}
.license-item.selected{background-color:var(--mt-flyout-item-selected-bg, #f8fbf4);border-right:4px solid var(--mt-flyout-item-selected-border, #98aa36);padding-right:16px;}
.license-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;}
.license-title{font-weight:600;color:var(--mt-flyout-title-color, #2d3748);}
.license-item .js-selected-label{font-size:11px;font-weight:bold;color:#fff;background-color:#28a745;padding:2px 8px;border-radius:10px;display:none;}
.license-item.selected .js-selected-label{display:inline-block;}
.license-item-price{font-size:1.1em;font-weight:700;color:var(--mt-flyout-price-color, #16a34a);margin-bottom:8px;}
.license-description{font-size:0.85em;color:var(--mt-flyout-desc-color, #718096);line-height:1.6;margin:0;}
.flyout-footer{padding:12px 20px;background-color:#f8f9fa;border-top:1px solid #f0f0f0;text-align:center;}
.flyout-footer a{font-size:0.9em;color:#4a5568;text-decoration:none;}
.flyout-footer a:hover{color:#2d3748;}
.mt-features-product{border:1px solid #e9ecef;padding:25px 20px !important;border-radius:12px;background:#fff;font-family:'IRANYekanX', Tahoma, sans-serif;margin:20px 0;box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);}
.mt-features-product h3{margin:0 0 20px 0;padding-bottom:20px;border-bottom:1px solid #f0f0f0;font-size:1.3em !important;font-weight:700;text-align:right;color:#2d3748;}
.mt-features-list, .mt-services-list{list-style:none;margin:0 0 25px;padding:0;}
.mt-features-list li, .mt-services-list li{padding:15px 5px !important;border-bottom:1px solid #f1f3f5;display:flex !important;flex-direction:column;align-items:flex-start !important;gap:8px;transition:background-color 0.2s ease-in-out;}
.mt-features-list li:hover, .mt-services-list li:hover{background-color:#fcfcfd;}
.mt-features-list li:last-child, .mt-services-list li:last-child{border-bottom:none;}
.mt-features-list label, .mt-services-list label{display:flex !important;align-items:flex-start !important;gap:12px;font-size:1.05em !important;cursor:pointer;font-weight:500;width:100%;color:#34495e;}
.mt-features-list input[type="checkbox"],
.mt-services-list input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}
.mt-features-list label::before, .mt-services-list label::before{content:'';display:inline-block;width:18px;height:18px;border:2px solid #ced4da;border-radius:4px;background-color:#fff;transition:all 0.2s ease-in-out;flex-shrink:0;margin-top:3px;}
.mt-features-list label:hover::before, .mt-services-list label:hover::before{border-color:#adb5bd;}
.mt-features-list label:has(input[type="checkbox"]:checked)::before,
.mt-services-list label:has(input[type="checkbox"]:checked)::before{background-color:#28a745 !important;border-color:#28a745 !important;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.173 12.727L2.1 8.654l1.414-1.414L6.173 9.9l6.364-6.364 1.414 1.414z'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:center !important;background-size:12px 12px !important;}
.mt-feature-label-text{flex-grow:1;}
.mt-feature-bottom-row{width:100%;display:flex;justify-content:space-between;align-items:center;padding-right:30px;box-sizing:border-box;}
.mt-feature-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:left;}
.mt-tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#f1f3f5;color:#868e96;border-radius:50%;cursor:help;user-select:none;font-weight:bold;transition:all 0.2s;font-size:14px;flex-shrink:0;}
.mt-tooltip-icon .mt-tooltip-text{display:none;}
.mt-tooltip-dynamic{font-family:'IRANYekanX', Tahoma, sans-serif;position:absolute;z-index:99999;visibility:hidden;opacity:0;width:280px;background-color:#343a40;color:#f8f9fa;text-align:right;border-radius:8px;padding:12px 15px;font-size:14px;line-height:1.7;font-weight:400;box-shadow:0 5px 25px rgba(0,0,0,0.2);transition:opacity 0.2s ease, transform 0.2s ease;transform:translateY(10px);}
.mt-tooltip-dynamic.visible{visibility:visible;opacity:1;transform:translateY(0);}
.mt-tooltip-dynamic::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border-width:6px;border-style:solid;border-color:#343a40 transparent transparent transparent;}
.mt-price-calculator{border-top:1px solid #e9ecef;padding-top:20px;margin-top:25px;position:relative;}
.mt-price-calculator.loading > div:not(.mt-loader){opacity:0.3;filter:blur(2px);transition:opacity 0.3s, filter 0.3s;}
.mt-loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:none;gap:8px;z-index:5;}
.mt-price-calculator.loading .mt-loader{display:flex;}
.mt-loader div{width:10px;height:10px;background:#98aa36;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both;}
.mt-loader .dot1{animation-delay:-0.32s;}
.mt-loader .dot2{animation-delay:-0.16s;}
@keyframes bounce { 0%, 80%, 100%{transform:scale(0);}
40%{transform:scale(1.0);}
}
.price-row{display:flex !important;justify-content:space-between !important;padding:10px 5px !important;font-size:1em !important;transition:all 0.2s;border-bottom:1px dashed #f1f3f5;}
.price-row span:first-child{color:#495057;font-weight:500;}
#price-row-features, #price-row-services{color:#6c757d;font-size:0.95em !important;}
#price-row-features span, #price-row-services span{font-weight:400;}
.total-price-row{display:flex;justify-content:space-between;align-items:center;font-size:1.3em !important;font-weight:700;margin-top:15px;padding:15px !important;background-color:#f0fdf4;border-radius:8px;border-top:3px solid #22c55e;}
.total-price-row .total-price{color:#16a34a;font-weight:700;font-size:1.1em;text-align:left;}
.mt-discount-badge{background-color:#ef394e;color:#fff !important;font-size:11px;padding:2px 6px;border-radius:6px;font-weight:700;display:inline-block;white-space:nowrap;line-height:1.4;}
.mt-price-header{display:flex;align-items:center;gap:8px;margin-bottom:4px;justify-content:flex-end;width:100%;}
.mt-price-header del, .mt-price-header del .amount{color:#a0a0a0 !important;font-size:12px !important;opacity:1;text-decoration:line-through;font-weight:400;}
.mt-price-bottom{display:block;width:100%;}
.mt-price-bottom ins, .mt-price-bottom ins .amount {
text-decoration: none;
background: transparent;
color: #27ae60 !important; font-size: 16px !important; font-weight: 700;
display: block; }