#wpbody-content {
    padding-left: 20px !important;
}

p {
    color: #8A8CA2;
    font-size: 13px;
    margin-bottom: 0 !important;
}

a:focus, .btn-primary:focus {
    color: white !important;
}

.whc-panel-body ul {
    margin-bottom: 20px !important;
}

.whc-onboarding-wrap {
    background: #F0F0F1;
    min-height: 100vh;
    font-size: 14px;
    margin-top: 20px;
}

/* Top bar – aligned like screenshot */
.whc-topbar {
    background: #21243b;
    color: #fff;
}

.whc-topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whc-topbar-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.whc-logo-circle {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #f97316;
    border: 3px solid #fff;
    display: inline-block;
}

.whc-logo-text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.whc-button-secondary {
    background: #ffffff;
    color: #111827;
    padding: 8px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
    border: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.3);
}

.whc-button-secondary:hover {
    background: #e5e7eb;
}

/* Main layout – centered container */

.whc-main {
    width: 1000px;
    margin: 0 auto;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.whc-main-left {
    align-self: flex-center;
    width: 100%;
}

/* Panels (left side) */
.whc-panel {
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.whc-panel-inner {
    padding: 20px;
}

.whc-panel-inner h1 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
}

.whc-panel-inner-header {
    gap: 8px;
}

.main-wrapper {
    gap: 16px;
}

.whc-panel-inner-header i {
    font-size: 22px;
}

.whc-bullet-list {
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
}

.whc-bullet-list a {
    text-decoration: none;
}

/* WooCommerce setup panel – larger, cleaner */
#sop-panel {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    font-size: 13px;
    margin-top: 22px;
}

#sop-panel-header {
    padding: 14px 18px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

#sop-panel-header h3 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
}

#sop-panel-header span {
    font-size: 12px;
    color: #6b7280;
}

#sop-panel-body {
    padding: 0 20px;
}

@media (max-width: 960px) {
    .whc-main {
        grid-template-columns: 1fr;
    }

    .whc-main-right {
        order: -1;
    }
}

.chevron-icon {
    transition: transform 0.3s ease;
}

.chevron-icon.rotated {
    transform: rotate(180deg);
}

.sop-task {
    position: relative;
    border: 1px solid #DEE2E6;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
}

.sop-task input[type=checkbox] {
    background-color: white;
    border-radius: 50%;
    padding: 4px;
    width: 20px;
    height: 20px;
    margin: 0;
    position: absolute;
    top: 12px;
}

.sop-task input[type=checkbox]:focus {
    outline: none !important;
    border-color: #8A8CA2 !important;
    box-shadow: none !important;
}

.sop-task .check-list {
    margin-left: 32px;
}

#admin-popup-overlay {
    position: absolute;
    width: 300px;
    padding: 16px;
    background: white;
    border-radius: 12px;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    top: 44px!important;
}

#admin-popup-overlay::before {
    content: '';
    position: absolute;
    top: -10px;              
    left: 22%;               
    transform: translateX(-50%); 
    width: 0;
    height: 0;
    border-left: 10px solid transparent;   
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;      

}

#admin-popup-content i {
    font-size: 20px;
    padding-right: 8px;
}

.btn-close {
    color: #6C757D;
    font-size: 14px;
    font-weight: 400;
    top: -4%;
    right: -2%;
}

/***************** Intro JS *****************/
.introjs-tooltip {
    max-width: 400px !important;
    min-width: 400px !important;
    border-radius: 12px !important;
    padding: 24px !important;
}

.introjs-tooltip-title {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #27283C;
    padding-bottom: 16px;
}

.introjs-tooltiptext {
    padding-bottom: 20px !important;
}

.introjs-arrow {
    height: 10px;
    width: 10px;
}

.introjs-button {
    border-radius: 4px;
    min-width: 88px;
    text-shadow: none !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.introjs-tooltiptext, .introjs-tooltip-header, .introjs-tooltipbuttons, .introjs-bullets  {
    padding: 0;
}

.introjs-tooltipbuttons {
    border-top: none;
    position: relative;
}

.introjs-nextbutton {
    background-color: #0066ff !important;
    color: white !important;
    border: none !important;
}

.introjs-nextbutton:hover {
    background-color: #0062cc !important;
}

.introjs-bullets {
    position: absolute;
    bottom: 18%;
    right: 36%;
}

.introjs-bullets ul li a {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #F3F3F3;
}

.introjs-bullets ul li a.active {
    background: #06f !important;
}

.introjs-helperLayer {
    border: none !important;
    box-shadow: rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px !important;
}

.introjs-skipbutton {
    top: -25px;
    right: -25px;
}

.custom-admin-banner {
    padding: 12px 20px;
}

.sop-task input[type=checkbox]:checked::before {
    background-color: #28A745;
    border-radius: 50%;
    padding: 4px;
    position: absolute;
    left: 3px;
    top: 2px;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' fill='white'>\<path d='M57.658,12.643c1.854,1.201,2.384,3.678,1.183,5.532l-25.915,40c-0.682,1.051-1.815,1.723-3.064,1.814 C29.764,59.997,29.665,60,29.568,60c-1.146,0-2.241-0.491-3.003-1.358L13.514,43.807c-1.459-1.659-1.298-4.186,0.36-5.646 c1.662-1.46,4.188-1.296,5.646,0.361l9.563,10.87l23.043-35.567C53.329,11.971,55.806,11.442,57.658,12.643z'/>\</svg>");
}

.site-setup-banner {
    display: flex;
    height: 60px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 1px;
}

.site-setup-banner span {
    color: #27283C;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.whc-header-center {
    gap: 10px;
}

.site-setup-button {
    display: flex !important;
    height: 37px;
    min-width: 88px;
    padding: 18px 12px !important;
    justify-content: center !important;
    align-items: center;
    gap: 8px;
    border-radius: 4px !important;
    background: var(--Interaction-blue, #06F) !important;
    text-align: center;
    /* Body Text */
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
}