.wrap h1 {
    color: #2271b1;
    font-size: 28px;
}

#store_details input[type="text"] {
    width: 100%;
    max-width: 400px;
}
#store_map{width:100%; height:400px; margin-top:10px;}

.slpt-opening-hours-table .slpt-day-label {
    width: 120px;
}

.slpt-time-input {
    width: 120px;
}

.slpt-closed-label {
    display: inline-block;
    margin-bottom: 4px;
}
/* Main Wrapper */
.pti-settings-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    margin: 30px auto;
    max-width: 1100px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
}

/* TOP TABS */
.pti-top-tabs {
    display: flex;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 12px 12px 0 0;
}

.pti-tab-btn {
    padding: 14px 25px;
    cursor: pointer;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    transition: 0.2s;
}

.pti-tab-btn:hover {
    background: #eef2f7;
}

.pti-tab-btn.active {
    color: #1d73c3;
    border-bottom: 3px solid #1d73c3;
    font-weight: 600;
    background: #fff;
}

/* Content */
.pti-content-area {
    padding: 25px 30px;
    border-radius: 0 0 12px 12px;
}

.pti-tab-content { display: none; }
.pti-tab-content.active { display: block; }

.button-primary {
    background: #1d73c3 !important;
    border: none !important;
    border-radius: 6px !important;
}

.button-primary:hover {
    background: #155a97 !important;
}


