.psp-ai-article {
background-color: #fafafa !important; padding: 30px !important; border-radius: 8px;  box-shadow: inset 10px 0 15px -10px rgba(0, 0, 0, 0.08), 
inset -10px 0 15px -10px rgba(0, 0, 0, 0.08) !important;
} figure.psp-final-wrapper {
width: 440px !important;
max-width: 53% !important;
display: block !important;
clear: none !important;
}
figure.psp-final-wrapper.psp-float-left {
float: left !important;
margin: 5px 30px 20px 0 !important;
}
figure.psp-final-wrapper.psp-float-right {
float: right !important;
margin: 5px 0 20px 30px !important;
}
figure.psp-final-wrapper img {
width: 100% !important;
height: auto !important;
border-radius: 8px !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
} figure.psp-final-wrapper figcaption {
font-size: 11px !important; color: #888888 !important; font-style: italic !important;
line-height: 1.4 !important;
padding-top: 8px !important;
text-align: left !important;
display: block !important;
margin: 0 !important;
}  .psp-ai-article h2, 
.psp-ai-article h3,
.psp-ai-article h4 {
color: var(--psp-color) !important;
} .psp-ai-article .psp-price-tag {
background-color: transparent !important; 
border: 2px solid var(--psp-color) !important; 
color: var(--psp-color) !important; 
font-weight: bold !important; 
padding: 2px 6px !important; 
border-radius: 4px !important; 
display: inline-block !important; 
line-height: 1.2 !important; 
} .psp-ai-article .psp-checklist-box h3 {
color: var(--psp-color) !important;
}
.psp-ai-article input[type="checkbox"] {
accent-color: var(--psp-color) !important;
}  .psp-ai-article ul li::marker {
content: var(--psp-icon) " "; 
font-size: 1.1em; 
} .psp-ai-article ol li::marker {
color: var(--psp-color) !important;
font-weight: bold;
font-size: 1.1em;
} .psp-ai-article strong,
.psp-ai-article b {
color: var(--psp-color) !important;
} .psp-ai-article p strong:first-child {
display: inline-block;
margin-top: 10px;
font-size: 1.1em;
} .psp-ai-article .psp-calc-header {
background-color: var(--psp-color) !important; 
color: #ffffff !important; 
padding: 12px 15px;
font-weight: bold;
font-size: 1.1em;
border-radius: 6px 6px 0 0; 
margin-bottom: 0 !important; 
display: flex;
align-items: center;
gap: 10px; 
} .psp-ai-article .psp-calc-header::before {
content: var(--psp-icon);
font-size: 1.3em;
} .psp-ai-article .psp-calc-header + table {
margin-top: 0 !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.psp-ai-article { box-shadow: inset 10px 0 15px -10px rgba(128, 128, 128, 0.3), inset -10px 0 15px -10px rgba(128, 128, 128, 0.3) !important; }  .psp-ai-article details {
background-color: #ffffff; border: 1px solid #e2e8f0; border-radius: 6px;
margin-bottom: 12px;
box-shadow: 0 2px 5px rgba(0,0,0,0.02);
overflow: hidden;
} .psp-ai-article summary {
padding: 15px 20px;
font-weight: bold;
font-size: 1.1em;
cursor: pointer;
display: flex;
justify-content: space-between; align-items: center;
background-color: #f8fafc;
color: var(--psp-color) !important; list-style: none; } .psp-ai-article summary::-webkit-details-marker {
display: none;
} .psp-ai-article summary::after {
content: '+';
font-size: 1.6em;
font-weight: normal;
color: var(--psp-color);
line-height: 1;
transition: transform 0.2s ease;
} .psp-ai-article details[open] summary::after {
content: '−'; } .psp-ai-article details[open] summary {
border-bottom: 1px solid #e2e8f0;
} .psp-ai-article details p {
padding: 15px 20px;
margin: 0;
color: #334155;
line-height: 1.6;
}  .psp-ai-article table th,
.psp-ai-article thead th {
background-color: var(--psp-color) !important;
color: #ffffff !important;
padding: 14px 15px;
font-weight: bold;
text-align: left;
border: none !important; 
} .psp-ai-article table {
border-collapse: collapse;
width: 100%;
border-radius: 8px;
overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.03); margin-bottom: 30px;
background-color: #ffffff; } .psp-ai-article table td {
border: 1px solid #f1f5f9;
padding: 12px 15px;
color: #334155;
vertical-align: top;
} .psp-ai-article table tbody tr:nth-child(even) {
background-color: #f8fafc;
}  .psp-pdf-btn {
background: #e67e22; color: #ffffff !important;
border: none;
padding: 16px 25px;
border-radius: 8px;
font-size: 1.1rem;
font-weight: 700;
cursor: pointer;
width: 100%;
margin-top: 15px;
transition: all 0.3s ease;
text-transform: uppercase;
}
.psp-pdf-btn:hover {
background: #d35400;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(230, 126, 34, 0.4);
} .psp-modal {
position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%;
background-color: rgba(26, 37, 47, 0.85); display: flex; justify-content: center; align-items: center;
}
.psp-modal-content {
background: #ffffff; padding: 35px 25px; border-radius: 12px; 
width: 90%; max-width: 420px; text-align: center; position: relative;
box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}
.psp-modal-close {
position: absolute; right: 20px; top: 15px; font-size: 28px; 
cursor: pointer; color: #95a5a6; font-weight: bold;
}
.psp-modal-close:hover { color: #e74c3c; }
.psp-sms-input {
width: 100%; padding: 12px; margin: 20px 0; border: 2px solid #bdc3c7; 
border-radius: 8px; text-align: center; font-size: 22px; 
letter-spacing: 5px; font-weight: bold; color: #2c3e50;
}
.psp-modal-submit {
background: #2c3e50; color: #ffffff; border: none; padding: 15px; 
width: 100%; border-radius: 8px; font-weight: bold; cursor: pointer; font-size: 1.1rem;
}
.psp-modal-submit:hover { background: #1a252f; }    .psp-shopping-box {
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .psp-shopping-box input, 
.psp-shopping-box button, 
.psp-shopping-box select {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
} @media print { body * { 
visibility: hidden !important; 
} .psp-shopping-box, .psp-shopping-box * { 
visibility: visible !important; 
} .psp-shopping-box { 
position: absolute; 
left: 0; 
top: 0; 
width: 100%; 
border: none !important; 
box-shadow: none !important; 
} .psp-pdf-btn, .psp-email-area, .psp-modal, .psp-modal-close { 
display: none !important; 
}
} .psp-key-facts { 
border-left: 5px solid #0ea5e9 !important; 
background: #f8fafc !important; 
border: 1px solid #e2e8f0;
border-radius: 8px; 
padding: 20px;
margin: 25px 0;
} .psp-expert-tip { 
border-left: 5px solid #64748b !important; 
background: #f1f5f9 !important; 
padding: 20px;
margin: 25px 0;
border-radius: 4px;
} @media (max-width: 768px) { .psp-ai-article {
padding: 15px !important;
} figure.psp-final-wrapper,
figure.psp-final-wrapper.psp-float-left,
figure.psp-final-wrapper.psp-float-right {
width: 100% !important;
max-width: 100% !important;
float: none !important;
margin: 0 0 20px 0 !important;
} .psp-ai-article table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch; } .psp-ai-article table td,
.psp-ai-article table th {
font-size: 13px !important;
padding: 10px !important;
} .psp-ai-article summary {
font-size: 1em !important;
padding: 12px 15px !important;
} h1.entry-title {
font-size: 1.8em !important;
line-height: 1.3 !important;
}
}    .psp-sticky-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #ffffff; box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1); padding: 15px 20px;
z-index: 99999; text-align: center;
box-sizing: border-box;
} .psp-sticky-footer .psp-sticky-btn {
display: flex;
justify-content: center;
align-items: center;
width: 100%; 
max-width: 400px; margin: 0 auto; background-color: #ff6000; color: #ffffff; padding: 14px 24px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
border-radius: 8px; transition: background-color 0.3s ease, transform 0.2s ease;
} .psp-sticky-footer .psp-sticky-btn:hover {
background-color: #e65600; 
color: #ffffff;
transform: translateY(-2px); } body {
padding-bottom: 80px; }  /*
@media (min-width: 769px) {
.psp-sticky-footer {
display: none !important;
}
body {
padding-bottom: 0;
}
}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}