/* Light Theme */
:root {
    --primary-color: #4361ee;
    --primary-dark: #3a56d4;
    --primary-light: #eef2ff;
    --secondary-color: #7209b7;
    --text-color: #2b2d42;
    --heading-color: #000000;
    --section-heading-color: #000000;
    --step-heading-color: #000000;
    --light-text: #4a4c63;
    --lighter-text: #6c6d85;
    --border-color: #e2e8f0;
    --light-bg: #ffffff;
    --card-bg: #ffffff;
    --code-bg: #1e293b;
    --table-header-bg: #4361ee;
    --table-row-even: #f8fafc;
    --table-row-hover: #f1f5f9;
    --mobile-menu-bg: #1e293b;
    --mobile-menu-text: #ffffff;
    --sidebar-width: 320px;
    --header-height: 70px;
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    --transition: all 0.2s ease-in-out;
    --content-max-width: 1200px;
    --body-bg: #efefef;
    --sidebar-bg-color: #0f172a;
    --sidebar-bd-color: #334155;
    --sidebar-text-color: #e2e8f0;
    --sidebar-link-color: #ffffff;
    --sidebar-link-hover-color: #ffeb3b;
    --search-bg-color: #0f172a;
    --section-bg-color: #ffffff;
    --section-sub1-bg-color: #fafafa;
    --quick-start-bg-color: #fffde7;
    --quick-start-bd-color: #dddddd;
    --note-bg-color: #e1ffc4;
    --note-bd-color: #a7eb65;
    --recommendation-bg-color: #e3f2fd;
}
/* Dark Theme Variables */
[data-theme="dark"] {
    --primary-color: #6366f1;
    --primary-dark: #4f46e5;
    --primary-light: #312e81;
    --secondary-color: #a855f7;
    --text-color: #e2e8f0;
    --heading-color: #ffffff;
    --section-heading-color: #ffffff;
    --step-heading-color: #ffffff;
    --light-text: #cbd5e1;
    --lighter-text: #94a3b8;
    --border-color: #334155;
    --light-bg: #0f172a;
    --card-bg: #1e293b;
    --code-bg: #0f172a;
    --table-header-bg: #1e40af;
    --table-row-even: #1e293b;
    --table-row-hover: #334155;
    --mobile-menu-bg: #0f172a;
}

*{box-sizing:border-box;margin:0;padding:0;}
html{font-size:16px;scroll-behavior:smooth;}
body{font-family:'Battambang',-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--body-bg);margin:0;padding:0;position:relative;-webkit-text-size-adjust:100%;transition:background-color 0.3s ease,color 0.3s ease;}
h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--heading-color);margin:1em 0 0.5em;line-height:1.3;position:relative;}
h3{color:#8f2504;}
h1{font-size:1.8rem;padding-bottom:10px;margin-bottom:1.25rem;font-weight:700;}
.themedoc-section-title{font-size:1.5rem;color:var(--section-heading-color);padding-bottom:6px;margin-top:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;}
.themedoc-level-1-section .themedoc-section-title{font-size:1.4rem;}
.themedoc-section-title::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background-color:var(--secondary-color);border-radius:3px;transition:var(--transition);}
.themedoc-section-title .themedoc-toggle-icon{margin-left:auto;font-size:0.9rem;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;}
.themedoc-section-title.themedoc-collapsed .themedoc-toggle-icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);}
.themedoc-section-content{overflow:hidden;transition:max-height 0.3s ease,opacity 0.3s ease;}
.themedoc-section.themedoc-collapsed .themedoc-section-content{max-height:0!important;opacity:0;}
.themedoc-section-title .themedoc-copy-link{opacity:0;margin-left:15px;color:var(--light-text);font-size:0.9rem;transition:opacity 0.2s ease;cursor:pointer;}
.themedoc-section-title:hover .themedoc-copy-link{opacity:1;}
.themedoc-section-title .themedoc-copy-link:hover{color:var(--primary-color);}
.themedoc-section-title .themedoc-copy-link.themedoc-copied{color:var(--secondary-color);}
.themedoc-step-title{font-size:1.25rem;margin:1.25rem 0 0.75rem;color:var(--step-heading-color);}
h4{font-size:1.1rem;margin:1.25rem 0 0.75rem;color:var(--text-color);}
p{margin-bottom:1rem;line-height:1.7;font-size:1rem;color:var(--light-text);}
a{color:var(--primary-color);text-decoration:none;transition:var(--transition);}
a:hover{color:var(--secondary-color);text-decoration:underline;}
.themedoc-container{max-width:100%;margin:0 auto;padding:0;position:relative;}
.themedoc-header{background-color:var(--primary-color);color:#ffffff;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-md);width:100%;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;transition:background-color 0.3s ease;}
.themedoc-header h1{color:#ffffff;border-bottom:none;margin:0;padding:0;font-size:1.4rem;font-weight:700;}
.themedoc-header h1 a{color:#ffffff;}
.themedoc-header h1 a:hover,.themedoc-header h1 a:focus,.themedoc-header h1 a:active{color:#ffffff;}
.themedoc-header-controls{display:flex;align-items:center;gap:15px;}
.themedoc-theme-toggle{background:none;border:none;color:#ffffff;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:var(--transition);}
.themedoc-theme-toggle:hover,.themedoc-theme-toggle:focus,.themedoc-theme-toggle:active{background:rgba(255,255,255,0.1);}
.themedoc-main-content{padding:20px;position:relative;max-width:var(--content-max-width);margin:0 auto;}
.themedoc-mobile-menu-toggle{display:flex;align-items:center;background:var(--primary-dark);color:#ffffff;border:none;padding:15px 20px;margin:0;width:100%;font-family:'Battambang',sans-serif;cursor:pointer;text-align:left;font-size:1rem;font-weight:400;transition:var(--transition);}
.themedoc-mobile-menu-toggle:hover,.themedoc-mobile-menu-toggle:focus,.themedoc-mobile-menu-toggle:active{background:#334bc8;}
.themedoc-mobile-menu-toggle i{margin-right:10px;font-size:1.1rem;}
.themedoc-sidebar{width:100%;background:var(--mobile-menu-bg);color:var(--mobile-menu-text);max-height:0;overflow:hidden;transition:max-height 0.3s ease;box-shadow:var(--shadow-sm);}
.themedoc-sidebar.themedoc-visible{max-height:80vh;overflow-y:auto;}

.themedoc-sidebar-search{padding:15px;position:-webkit-sticky;position:sticky;top:0;background:var(--mobile-menu-bg);z-index:10;border-bottom:1px solid rgba(255,255,255,0.1);}
.themedoc-sidebar-search input{width:100%;padding:10px 15px;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,0.2);background:rgba(255,255,255,0.1);color:#ffffff;font-family:'Battambang',sans-serif;transition:var(--transition);}
.themedoc-sidebar-search input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(67,97,238,0.3);}
.themedoc-sidebar-search input::-webkit-input-placeholder{color:rgba(255,255,255,0.6);}
.themedoc-sidebar-search input::-moz-placeholder{color:rgba(255,255,255,0.6);}
.themedoc-sidebar-search input::placeholder{color:rgba(255,255,255,0.6);}

.themedoc-sidebar-nav{list-style:none;padding:10px 0;}
.themedoc-sidebar-nav > li{margin-bottom:0;border-bottom:1px solid rgba(255,255,255,0.1);}
.themedoc-sidebar-nav a{display:block;padding:12px 20px;color:rgba(255,255,255,0.9);font-size:0.95rem;transition:var(--transition);position:relative;}
.themedoc-sidebar-nav a:hover,.themedoc-sidebar-nav a.active{color:#ffffff;text-decoration:none;background:rgba(255,255,255,0.1);}
.themedoc-sidebar-nav a.active::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--primary-color);}
.themedoc-sidebar-nav ul{list-style:none;background:rgba(0,0,0,0.1);}
.themedoc-sidebar-nav ul ul{background:none;}
.themedoc-sidebar-nav ul a{color:rgba(255,255,255,0.8);padding:10px 20px 10px 30px;font-size:0.9rem;}
.themedoc-sidebar-nav ul ul a{padding:10px 20px 10px 40px;font-size:0.8rem;}
.themedoc-sidebar-nav ul a:hover{padding-left:30px;}
.themedoc-sidebar-nav ul ul a:hover{padding-left:40px;}

.themedoc-section{background:var(--section-bg-color);padding:20px;margin-bottom:25px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--border-color);}
.themedoc-level-1-section{background:var(--section-sub1-bg-color);}
.themedoc-section:hover{box-shadow:var(--shadow-md);}
.themedoc-section-content{overflow:hidden;transition:max-height 0.3s ease,opacity 0.3s ease;}
.themedoc-section.themedoc-collapsed .themedoc-section-content{max-height:0!important;opacity:0;}
.themedoc-section .themedoc-section-title{margin:10px 0;}
.themedoc-section-content ol{padding-left:30px;margin:15px 0;}
.themedoc-section-content li{margin-bottom:10px;}
.themedoc-section-content p:last-child{margin-bottom:5px !important;}

table{width:100%;border-collapse:collapse;margin:20px 0;background:var(--card-bg);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;}
th,td{border:1px solid var(--border-color);padding:12px 15px;text-align:left;vertical-align:top;font-size:14px;min-width:120px;}
th{background-color:var(--table-header-bg);color:#ffffff;font-weight:400;position:-webkit-sticky;position:sticky;left:0;}
tr:nth-child(even){background-color:var(--table-row-even);}
tr:hover{background-color:var(--table-row-hover);}

code:not([class*="language-"]){background:rgba(67,97,238,0.1);padding:2px 6px;border-radius:var(--radius-sm);font-family:Battambang,monospace;font-size:0.85em;color:var(--primary-color);word-break:break-word;border:1px solid rgba(67,97,238,0.2);}
pre[class*="language-"]{border-radius:var(--radius-md);margin:20px 0;font-size:0.85rem;overflow-x:auto;-webkit-overflow-scrolling:touch;box-shadow:var(--shadow-sm);}

.themedoc-note{background:#f4ffe9;border-left:5px solid #8bc34a;padding:20px 24px;margin:24px 0;color:#2e3c42;font-size:0.95rem;line-height:1.6;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,0.03);}
.themedoc-note h3{margin-top:0;margin-bottom:12px;font-size:1.1rem;color:#3b6600;font-weight:600;}
.themedoc-note ul{margin-top:0;padding-left:20px;margin-bottom:16px;}
.themedoc-note li{list-style:disc;margin-bottom:6px;}
.themedoc-note .themedoc-small{font-size:0.85rem;color:#444;margin-top:16px;}

.themedoc-quick-start{background:#fffaf0;border:1px solid #e0e0e0;border-left:5px solid #fbc02d;padding:24px;margin:30px 0;border-radius:6px;font-size:0.95rem;color:#333;box-shadow:0 1px 4px rgba(0,0,0,0.03);}
.themedoc-quick-start h3{margin:0 0 16px;color:#f57f17;font-size:1.2rem;font-weight:600;}
.themedoc-quick-start p{margin-bottom:1em;line-height:1.6;}
.themedoc-quick-start ol{padding-left:22px;margin:0;}
.themedoc-quick-start li{margin-bottom:10px;color:#2e3c42;}
.themedoc-quick-start a{color:#0d47a1;text-decoration:none;font-weight:500;transition:color 0.2s ease;}
.themedoc-quick-start a:hover{color:#1565c0;text-decoration:underline;}

.theme-intro-button-group{display:flex;flex-wrap:wrap;gap:12px;margin:1.5em 0;}
.theme-intro-button{display:inline-block;padding:10px 18px;border-radius:4px;text-decoration:none;font-weight:600;color:#fff;text-align:center;flex:1 0 auto;transition:background 0.2s ease;}
.theme-intro-button:hover,.theme-intro-button:focus,.theme-intro-button:active{color:#fff;}
.theme-intro-button-green{background:#4CAF50;}
.theme-intro-button-green:hover{background:#43a047;}
.theme-intro-button-blue{background:#2196F3;}
.theme-intro-button-blue:hover{background:#1976d2;}
.theme-intro-button-purple{background:#9C27B0;}
.theme-intro-button-purple:hover{background:#7b1fa2;}
@media (max-width:600px){.theme-intro-button{width:100%;}}

#performance-seo-tips ul{padding-left:28px;margin:0;line-height:1.6;}
#performance-seo-tips li{margin-bottom:15px;color:#4a4c63;}
#performance-seo-tips a{color:#0d47a1;text-decoration:none;font-weight:500;}
#performance-seo-tips a:hover{color:#1565c0;text-decoration:underline;}

.themedoc-responsive-video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin:1em 0;}
.themedoc-responsive-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

#changelog .themedoc-changelog-box{background:#f9f9f9;border:1px solid #ddd;padding:20px 24px;border-radius:6px;font-size:0.95rem;}
#changelog h3{margin:20px 0 10px;font-size:1.1rem;}
#changelog ul{margin:0 0 10px 0;padding-left:20px;}
#changelog li{margin-bottom:6px;color:#4a4c63;}

#support-licensing h3{margin:20px 0 10px;font-size:1.1rem;}
#support-licensing ul{padding-left:20px;margin:0 0 20px 0;line-height:1.6;}
#support-licensing li{margin-bottom:8px;color:#4a4c63;}
#support-licensing p{line-height:1.6;margin-bottom:1em;}
#support-licensing .themedoc-support-button{display:inline-block;padding:10px 18px;border-radius:4px;background:#2196F3;color:#fff;text-decoration:none;font-weight:600;transition:background 0.2s ease;}
#support-licensing .themedoc-support-button:hover,#support-licensing .themedoc-support-button:focus,#support-licensing .themedoc-support-button:active{background:#1976D2;color:#fff;}

#faq h3{margin:1.2em 0 0.4em;font-size:1.1rem;}
#faq p{margin:0 0 1em;color:#4a4c63;line-height:1.6;}
#faq a{color:#0d47a1;font-weight:500;text-decoration:none;}
#faq a:hover{text-decoration:underline;}

#troubleshooting h3{margin:1.2em 0 0.4em;font-size:1.1rem;}
#troubleshooting p{margin:0 0 1em;color:#4a4c63;line-height:1.6;}
#troubleshooting a{color:#0d47a1;font-weight:500;text-decoration:none;}
#troubleshooting a:hover{text-decoration:underline;}

#translation-rtl h3{margin:1.5em 0 0.5em;font-size:1.1rem;}
#translation-rtl p{line-height:1.6;margin-bottom:1em;color:#4a4c63;}
#translation-rtl ul{padding-left:20px;margin-bottom:1em;line-height:1.6;}
#translation-rtl li{margin-bottom:8px;color:#4a4c63;}
#translation-rtl a{color:#0d47a1;text-decoration:none;font-weight:500;}
#translation-rtl a:hover{color:#1565c0;text-decoration:underline;}

#custom-page-templates ul{padding-left:20px;margin-bottom:1em;line-height:1.6;}
#custom-page-templates li{margin-bottom:10px;}
#custom-page-templates ol{padding-left:20px;margin-top:0;margin-bottom:1em;line-height:1.6;}
#custom-page-templates ol li{margin-bottom:12px;}

#create-contact-page h3{margin:1.5em 0 0.5em;font-size:1.1rem;font-weight:600;}
#create-contact-page p{margin:0 0 1em;color:#4a4c63;line-height:1.6;}
#create-contact-page ol,#create-contact-page ul{padding-left:25px;margin-top:10px;margin-bottom:15px;}
#create-contact-page li{margin-bottom:10px;}

.themedoc-warning{background:#fffde7;border-left:4px solid #fbc02d;padding:15px 20px;margin:20px 0;font-size:0.95rem;border-radius:6px;color:#2e3c42;}

.themedoc-back-to-top{position:fixed;bottom:25px;right:25px;background:var(--primary-color);color:#ffffff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:var(--transition);box-shadow:var(--shadow-md);z-index:999;font-size:1.2rem;border:none;}
.themedoc-back-to-top.themedoc-visible{opacity:1;visibility:visible;}
.themedoc-back-to-top:hover,.themedoc-back-to-top:focus,.themedoc-back-to-top:active{background:var(--secondary-color);-webkit-transform:translateY(-3px);transform:translateY(-3px);color:#ffffff;text-decoration:none;}

.themedoc-search-highlight{background-color:rgba(255,255,0,0.3);padding:0 2px;border-radius:2px;}

@media (min-width:768px){
html{font-size:17px;}
.themedoc-container{display:flex;flex-wrap:wrap;padding:0;}
.themedoc-header{display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:1000;}
.themedoc-mobile-menu-toggle{display:none;}
.themedoc-sidebar{width:var(--sidebar-width);position:fixed;top:var(--header-height);height:calc(100vh - var(--header-height));max-height:none;overflow-y:auto;background:var(--sidebar-bg-color);color:var(--sidebar-text-color);padding:0;box-shadow:var(--shadow-md);border-right:1px solid var(--sidebar-bd-color);}
.themedoc-sidebar-search{background:var(--search-bg-color);border-bottom:1px solid var(--sidebar-bd-color);padding:15px;}
.themedoc-sidebar-search input{background:white;color:var(--text-color);border:1px solid var(--border-color);}
.themedoc-sidebar-search input::-webkit-input-placeholder{color:var(--lighter-text);}
.themedoc-sidebar-search input::-moz-placeholder{color:var(--lighter-text);}
.themedoc-sidebar-search input::placeholder{color:var(--lighter-text);}
.themedoc-sidebar-nav{padding:0;}
.themedoc-sidebar-nav > li{border-bottom:1px solid var(--sidebar-bd-color);}
.themedoc-sidebar-nav a{color:var(--sidebar-link-color);padding:10px 20px;}
.themedoc-sidebar-nav ul a{color:var(--sidebar-link-color);padding:8px 20px 8px 35px;}
.themedoc-sidebar-nav ul ul a{padding:8px 20px 8px 45px;}
.themedoc-sidebar-nav a:hover,.themedoc-sidebar-nav a.active{color:var(--sidebar-link-hover-color);background:rgba(67,97,238,0.05);}
.themedoc-main-content{flex:1;min-width:0;padding:30px;margin-left:var(--sidebar-width);}
h1{font-size:2rem;}
.themedoc-section-title{font-size:1.7rem;}
.themedoc-level-1-section .themedoc-section-title{font-size:1.5rem;}
.themedoc-step-title{font-size:1.4rem;}
h4{font-size:1.2rem;}
.themedoc-section{padding:20px;}
table{display:table;width:100%;overflow-x:visible;}
}

@media (min-width:992px){
.themedoc-main-content{padding:40px;}
.themedoc-sidebar{width:var(--sidebar-width);}
h1{font-size:2.2rem;}
}

@-webkit-keyframes highlight{0%{background-color:rgba(67,97,238,0.1);}100%{background-color:var(--card-bg);}}
@keyframes highlight{0%{background-color:rgba(67,97,238,0.1);}100%{background-color:var(--card-bg);}}
.themedoc-section.themedoc-highlight{-webkit-animation:highlight 2s ease;animation:highlight 2s ease;}

.themedoc-token.themedoc-selector,.themedoc-token.themedoc-important,.themedoc-token.atrule,.themedoc-token.keyword{color:#ff79c6;}
.themedoc-token.property,.themedoc-token.tag,.themedoc-token.boolean,.themedoc-token.number,.themedoc-token.constant,.themedoc-token.symbol{color:#bd93f9;}
.themedoc-token.attr-name,.themedoc-token.string,.themedoc-token.char,.themedoc-token.builtin{color:#50fa7b;}

::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-track{background:var(--light-bg);}
::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px;}
::-webkit-scrollbar-thumb:hover{background:var(--primary-dark);}

@media print{
body{background:white;color:black;font-size:12pt;line-height:1.3;}
.themedoc-header,.themedoc-mobile-menu-toggle,.themedoc-sidebar,.themedoc-back-to-top{display:none!important;}
.themedoc-main-content{padding:0;margin:0;max-width:100%;}
.themedoc-section{page-break-inside:avoid;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:15pt;padding:10pt;box-shadow:none;border:1px solid #ddd;}
h1,h2,h3,h4,h5,h6{page-break-after:avoid;-webkit-column-break-after:avoid;-moz-column-break-after:avoid;break-after:avoid;}
table{page-break-inside:avoid;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;}
a{color:#0000ee;text-decoration:underline;}
a::after{content:" (" attr(href) ")";font-size:0.8em;font-weight:normal;color:#555;}
.no-print-url a::after{content:"";}
pre{white-space:pre-wrap;word-wrap:break-word;}
}

body{-webkit-animation:fadeIn 0.5s ease-in;animation:fadeIn 0.5s ease-in;}
@-webkit-keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}

hr{background-color:#fff;border:0;height:1px;margin-bottom:1em;margin-top:1em;border-top:1px solid #e6e6e6;border-bottom:1px solid #f6f6f6;box-shadow:0 1px 8px #f2f2f2, 0 -1px 8px #f2f2f2;}

.themedoc-table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}

.themedoc-section-content{overflow:hidden;transition:max-height 0.3s ease,opacity 0.3s ease;will-change:max-height;}
@media screen and (min-width:768px){
.themedoc-section-content{transition:max-height 0.2s ease-out,opacity 0.2s ease-out;}
}

.themedoc-step-content ol{list-style:decimal;padding:0 0 0 30px;}
.themedoc-step-content ol ul{list-style:lower-alpha;padding:0 0 0 30px;}
.themedoc-step-content ol li{padding:3px 0;}

.themedoc-troubleshooting{background:#fff6f8;border:1px solid #f3cdd3;border-left:5px solid #ec407a;padding:24px 28px;margin-top:24px;color:#333;font-size:0.95rem;border-radius:6px;box-shadow:0 2px 5px rgba(0,0,0,0.03);}
.themedoc-troubleshooting h3{margin-top:0;margin-bottom:16px;font-size:1.1rem;color:#c2185b;font-weight:600;}
.themedoc-troubleshooting ul{list-style:none;padding:0;margin:0;}
.themedoc-troubleshooting ul li{position:relative;padding-left:1.5em;margin:0.6em 0;color:#333;line-height:1.6;}
.themedoc-troubleshooting ul li::before{content:"\25CF";position:absolute;left:0;top:0.2em;color:#c2185b;font-size:0.9em;line-height:1;}
.themedoc-troubleshooting a{color:#d81b60;text-decoration:none;font-weight:500;}
.themedoc-troubleshooting a:hover{text-decoration:underline;}

.themedoc-recommendation-box{background:var(--recommendation-bg-color);border:1px solid #dddddd;margin:10px 0;padding:10px 15px;color:#000000;}
.themedoc-recommendation-box ul{list-style:none;padding:0;margin:0;}
.themedoc-recommendation-box ul li{position:relative;padding-left:1.2em;margin:0.5em 0;color:#333;font-size:16px;transition:color 0.3s ease;}
.themedoc-recommendation-box ul li::before{content:'\2022';position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#009688;font-size:1.2em;line-height:1;}

.themedoc-important-note{background:#faebd7;border:1px solid #dddddd;padding:20px 20px;color:#000000;}
.themedoc-important-note h3{margin:0 0 15px 0;color:#000000;}
.themedoc-important-note ul{list-style:none;padding:0;margin:0;}
.themedoc-important-note ul li{position:relative;padding-left:1.5em;margin:0.5em 0;color:#333;font-size:16px;transition:color 0.3s ease;}
.themedoc-important-note ul li::before{content:'\2022';position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#009688;font-size:1.2em;line-height:1;}

button.copy-to-clipboard-button{background:#000000 !important;color:#ffffff !important;}
img{max-width:100%;height:auto;}
.themedoc-section .themedoc-inline-code{display:inline-block;}
.themedoc-header-controls{display:none;}
.themedoc-sidebar-search{display:none;}

.themedoc-widget-options-table tr th:first-child{display:none;}
.themedoc-widget-options-table tr td:first-child{display:none;}

.themedoc-customizer-options-table tr th:first-child{display:none;}
.themedoc-customizer-options-table tr td:first-child{display:none;}

.themedoc-metabox-options-table tr th:first-child{display:none;}
.themedoc-metabox-options-table tr td:first-child{display:none;}

.themedoc-table-responsive td p{font-size:inherit;color:inherit;line-height:inherit;margin-bottom:10px;}
.themedoc-table-responsive td ul{list-style:none;padding:0;margin:0;}
.themedoc-table-responsive td ul li{position:relative;padding-left:1em;margin:0.5em 0;color:#333;transition:color 0.3s ease;}
.themedoc-table-responsive td ul li::before{content:'\2022';position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#009688;font-size:1.2em;line-height:1;}
