.postcode-installer-wrapper,
.p2s-installer-card,
.p2s-profile-main-col,
.p2s-sidebar-checklist {
    display: flex;
    flex-direction: column;
}
.postcode-installer-wrapper {
    gap: 8px;
}
label.postcode-label,
.p2s-location-text,
select.p2s-radius-select, 
.p2s-sort-select,
.p2s-card-title,
span.p2s-card-rating-num,
.p2s-empty-title,
.p2s-custom-quote-form .acf-field .acf-label label {
    font-weight: 600;
    color: #0a2e38;
}
label.postcode-label {
    font-size: 15px;
}
.installer-input-wrap {
    position: relative;
}
.installer-location-icon {
    position: absolute;
    left: 16px;
    top: 60%;
    transform: translateY(-50%);    
}
.installer-input-wrap input {
    width: 100%;
    border: 1px solid #D7E0E0;
    border-radius: 12px;
    padding: 12px 12px 12px 42px;
    font-size: 14px;
    color: #0A2E38;
    outline: none;
}
body button.installer-step-one-btn {
    width: 100%;
    background: #0A2E38;
    border: none;
    color: #E0DF01;
    font-weight: 700;
    font-size: 16px;
    padding: 16px;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 8px;
    position: relative;
}
.installer-step-one-btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 7px;
}
.p2s-location-bar {
    background: #ffffff;
    border: 1px solid #e2e9e9;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.p2s-location-left {
    display: flex;
    align-items: center;
    gap: 13px;
}
.p2s-location-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(10, 46, 56, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-shrink: 0;
}
.p2s-location-text {
    font-size: 14.5px;
}
input.p2s-location-input {
    border: 1px solid #d7e0e0;
    border-radius: 8px;
    padding: 7px 11px;
    font-size: 13.5px;
    color: #0a2e38;
    width: 170px;
}
body button.p2s-location-save-btn {
    background: #0a2e38;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 13px;
    border-radius: 8px;
    cursor: pointer;
}
.p2s-location-edit {
    display: flex;
    align-items: center;
    gap: 8px;
}
input.p2s-location-input,
body button.p2s-location-save-btn {
    height: 35px;
    box-sizing: border-box;
}
span.p2s-location-name {
    border-bottom: 1.5px dashed #9cb0b0;
}
span.p2s-location-change {
    font-size: 12px;
    color: #16887e;
    font-weight: 600;
    cursor: pointer;
    margin-left: 4px;
}
.p2s-location-sub {
    font-size: 12.5px;
    color: #8aa09f;
    margin-top: 3px;
}
.p2s-location-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
span.p2s-radius-label {
    font-size: 13px;
    font-weight: 600;
    color: #5e7170;
}
select.p2s-radius-select, .p2s-sort-select {
    border: 1px solid #d7e0e0;
    border-radius: 10px;
    padding: 9px 14px;
    font-size: 13.5px;
    background: #ffffff;
}
.p2s-controls-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 13px;
}
.p2s-results-count {
    font-size: 14px;
    color: #5e7170;
}
.p2s-results-count b{
    color: #0a2e38
}
.p2s-sort-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.p2s-sort-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}
span.p2s-sort-label {
    font-size: 13px;
    color: #5e7170;
    font-weight: 500;
}
.p2s-filter-chips {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
span.p2s-filter-label {
    font-size: 13px;
    font-weight: 600;
    color: #5e7170;
}
body .p2s-filter-chips button.p2s-chip, 
body .p2s-filter-chips button.p2s-saved-btn {
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #d7e0e0;
    background: #ffffff;
    color: #5e7170;
}
body .p2s-filter-chips button.p2s-chip.p2s-chip-active {
    border: 1px solid #0a2e38;
    background: #0a2e38;
    color: #ffffff;
}
.p2s-chip-divider {
    width: 1px;
    height: 22px;
    background: #d7e0e0;
}
.p2s-chip-spacer {
    flex: 1 1 0%;
}
.p2s-installers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.p2s-installer-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e9e9;
    border-radius: 16px;
    padding: 22px;
    gap: 13px;
    box-shadow: rgba(10, 46, 56, 0.04) 0px 1px 2px;
}
.p2s-card-recommended {
    position: absolute;
    top: -10px;
    left: 20px;
    background: #e0df01;
    color: #0a2e38;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 11px;
    border-radius: 999px;
    letter-spacing: 0.02em;
    box-shadow: rgba(10, 46, 56, 0.12) 0px 2px 8px;
}
.p2s-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    gap: 16px;
}
.p2s-card .p2s-card-header {
    flex-wrap: wrap;
    gap: 8px;
}
.p2s-card-logo {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    background: linear-gradient(135deg, #0e5a66, #0a2e38);
}
.p2s-card-location svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}
.p2s-contact-item svg {
    width: 15px;
    height: 15px;
    stroke: #128c94;
    flex-shrink: 0;
    margin-top: 2px;
}
.p2s-accred-badge {
    background: #ffffff;
    border: 1px solid #e0e5eb;
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #10323a;
    line-height: 1;
}
.p2s-contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #10323a;
}
.p2s-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}
.p2s-installer-card .p2s-accred-badge img {
    height: 18px;
    width: auto;
    object-fit: contain;
}
img.p2s-card-logo {
    max-width: 50px !important;
    max-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    background: transparent !important;
    border-radius: 13px !important;
}
.p2s-card-title {
    font-size: 16px;
    line-height: 1.2;
}
.p2s-card-location {
    font-size: 13px;
    color: #8aa09f;
    margin-top: 2px;
    line-height: 1.3;
}
.p2s-card-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
span.p2s-card-rating-num {
    font-size: 14px;
}
span.p2s-card-reviews {
    font-size: 13px;
    color: #8aa09f;
}
p.p2s-card-tagline {
    font-size: 14px;
    color: #56686a;
    margin: 0px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
.p2s-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
span.p2s-badge-reg {
    background-color: #e6f4f1;
    color: #128c94;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1.2;
}
.p2s-card-meta-bottom {
    border-top: 1px solid #e0e5eb;
    padding-top: 16px;
    margin-top: auto;
    margin-bottom: 20px;
    font-size: 13px;
    color: #828b94;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.p2s-card-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
}
.p2s-card-actions button,
.p2s-card-actions a {
    box-sizing: border-box;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
}
button.p2s-btn-add,
button.p2s-btn-profile,
a.p2s-btn-profile,
button.p2s-btn-quote,
a.p2s-btn-quote,
button.p2s-btn-added {
    border-radius: 10px;
    cursor: pointer;
    font-size: 12.5px;
}

button.p2s-btn-add {
    background: #ffffff;
    border: 1.5px solid #0a2e38;
    color: #0a2e38;
    font-weight: 600;
    padding: 0 12px;
    white-space: nowrap;
}

button.p2s-btn-add:disabled {
    background: #f7f9f9;
    border: 1.5px solid #d7e0e0;
    color: #8aa09f;
    cursor: not-allowed;
    opacity: 0.7;
}
button.p2s-btn-profile,
a.p2s-btn-profile {
    flex: 1.2 1 0%;
    background: #ffffff;
    border: 1.5px solid #0a2e38;
    color: #0a2e38;
    font-weight: 600;
    padding: 0 6px;
    font-size: 12px;
    text-decoration: none;
}
button.p2s-btn-quote,
a.p2s-btn-quote {
    flex: 1 1 0%;
    background: #0a2e38;
    border: none;
    color: #ffffff;
    font-weight: 700;
    padding: 0 8px;
    text-decoration: none;
    transition: background 0.2s;
}
a.p2s-btn-quote.p2s-btn-disabled,
button.p2s-btn-quote.p2s-btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.p2s-empty-state {
    background: #ffffff;
    border: 1px dashed #d7e0e0;
    border-radius: 16px;
    padding: 50px;
    text-align: center;
}
.p2s-empty-icon {
    font-size: 30px;
    margin-bottom: 10px;
}
.p2s-empty-title {
    font-size: 17px;
    margin-bottom: 6px;
}
.p2s-empty-sub {
    font-size: 14px;
    color: #8aa09f;
}
.p2s-skeleton {
    background: #e9e9e9;
    position: relative;
    overflow: hidden;
}
main .p2s-installer-step-two {
    display: none;
}
button.p2s-btn-added {
    background: rgba(10, 46, 56, 0.07);
    border: 1px solid #0a2e38;
    color: #0a2e38;
    font-weight: 600;
    padding: 10px 12px;
    white-space: nowrap;
}
.p2s-installer-listing-tip {
    background: #fbf8e6;
    border: 1px solid #f0e7be;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 13.5px;
    color: #4a442d;
    margin: 16px 0;
    line-height: 1.45;
}
.p2s-compare-tray {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 40;
    background: #0a2e38;
    color: #ffffff;
    box-shadow: rgba(8, 38, 46, 0.3) 0px -6px 24px;
}
.p2s-tray-inner {
    max-width: 1200px;
    margin: 0px auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.p2s-tray-count {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.p2s-tray-items {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1 1 0%;
    min-width: 0px;
}

.p2s-tray-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    padding: 5px 6px 5px 12px;
    font-size: 12.5px;
    font-weight: 600;
}
body button.p2s-tray-remove-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    line-height: 1;
    padding: 0px;
}
body button.p2s-tray-clear-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
}

body button.p2s-tray-quote-btn {
    background: #e0df01;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    color: #0a2e38;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
}
a.p2s-back-btn {
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    color: #16887e;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 0px;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.p2s-profile-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 26px;
    align-items: start;
}
.p2s-profile-main-col {
    gap: 20px;
}
.p2s-profile-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 32px;
}
.p2s-profile-card {
    background: #ffffff;
    border: 1px solid #e2e9e9;
    border-radius: 18px;
    padding: 26px;
}
.p2s-profile-header-row {
    display: flex;
    gap: 20px;
    align-items: center;
}
.p2s-profile-logo {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    background: linear-gradient(135deg, #2e9e8f, #0f4a45);
}
.p2s-profile-info {
    flex: 1 1 0%;
}
.p2s-profile-name-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.p2s-profile-rating-row {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 7px;
    flex-wrap: wrap;
}
span.p2s-profile-stars {
    color: #f4b400;
    font-size: 16px;
    letter-spacing: 1px;
}
span.p2s-profile-rating-num {
    font-size: 15px;
    font-weight: 700;
    color: #0a2e38;
}
span.p2s-profile-rating-meta {
    font-size: 13.5px;
    color: #8aa09f;
}
body button.p2s-profile-save-btn {
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 16px;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
}
button.p2s-profile-save-btn.active,
button.p2s-chip.p2s-saved-btn.p2s-chip-active {
    background-color: #f9eaf0;
    color: #d64c7f;
    border: 1px solid #f9eaf0;
}
button.p2s-profile-save-btn:focus {
    background-color: #f9eaf0;
    color: #d64c7f;
    border: 1px solid #f9eaf0;
}
.p2s-profile-badges {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 18px;
}
span.p2s-badge-accredited {
    font-size: 12.5px;
    font-weight: 600;
    color: #16887e;
    background: rgba(22, 136, 126, 0.1);
    padding: 6px 12px;
    border-radius: 8px;
}
.p2s-profile-about {
    background: #ffffff;
    border: 1px solid #e2e9e9;
    border-radius: 18px;
    padding: 26px;
}
.p2s-profile-about h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0a2e38;
    margin: 0px 0px 12px;
}
.p2s-profile-about p {
    font-size: 14.5px;
    color: #56686a;
    line-height: 1.6;
    margin: 0px 0px 18px;
}
.p2s-profile-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.p2s-stat-box {
    background: #f6f9f9;
    border-radius: 12px;
    padding: 14px;
    text-align: center;
}
.p2s-stat-value {
    font-size: 20px;
    font-weight: 800;
    color: #0a2e38;
}
.p2s-stat-label {
    font-size: 11.5px;
    color: #8aa09f;
}
.p2s-stat-box.p2s-stat-box-dark {
    background: #0a2e38;
    border-radius: 12px;
    padding: 14px;
    text-align: center;
}
.p2s-stat-box-dark .p2s-stat-value {
    color: #e0df01;
}
.p2s-profile-service-area {
    background: #ffffff;
    border: 1px solid #e2e9e9;
    border-radius: 18px;
    padding: 26px;
}
.p2s-profile-service-area h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0a2e38;
    margin: 0px 0px 6px;
}
.p2s-profile-service-area p {
    font-size: 13.5px;
    color: #8aa09f;
    margin: 0px 0px 14px;
}
.p2s-service-area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
span.p2s-area-tag {
    font-size: 13px;
    font-weight: 600;
    color: #0a2e38;
    background: #eef2f2;
    padding: 7px 13px;
    border-radius: 9px;
}
.p2s-profile-reviews {
    background: #ffffff;
    border: 1px solid #e2e9e9;
    border-radius: 18px;
    padding: 26px;
}
.p2s-reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 10px;
}
h3.p2s-reviews-title {
    font-size: 17px;
    font-weight: 700;
    color: #0a2e38;
    margin: 0px;
}
.p2s-reviews-summary {
    display: flex;
    align-items: center;
    gap: 9px;
}
.p2s-reviews-summary span {
    color: #f4b400;
    font-size: 17px;
    letter-spacing: 1px;
}
.p2s-sidebar-subtitle {
    font-size: 13px;
    color: #9fc3bd;
    font-weight: 500;
}
.p2s-sidebar-price {
    font-size: 30px;
    font-weight: 800;
    color: #e0df01;
    line-height: 1.1;
    margin: 4px 0px 2px;
}
.p2s-sidebar-note {
    font-size: 13px;
    color: #cfe3e0;
    margin-bottom: 18px;
}
.p2s-sidebar-checklist {
    gap: 8px;
    font-size: 13.5px;
    margin-bottom: 20px;
}
.p2s-sidebar-check-item {
    display: flex;
    align-items: center;
    gap: 9px;
}
body button.p2s-btn-quote-primary,
body a.p2s-btn-quote-primary {
    width: 100%;
    background: #e0df01;
    border: none;
    color: #0a2e38;
    font-weight: 700;
    font-size: 15px;
    padding: 8px;
    border-radius: 11px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
a.p2s-sidebar-compare-btn {
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-weight: 600;
    font-size: 13.5px;
    padding: 8px;
    border-radius: 11px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
div[data-name="basic_details"] > .acf-label,
div[data-name="contact_you"] > .acf-label{
    display: none;
}
.p2s-custom-quote-form .acf-fields.-border, .p2s-custom-quote-form .acf-field[data-width]+.acf-field[data-width] {
    border: none;
}
.p2s-custom-quote-form .acf-fields>.acf-field {
    border-top-width: 0px;
}
.p2s-custom-quote-form .acf-fields>.acf-field{
    padding: 0px;
}
.p2s-custom-quote-form .acf-field .acf-label{
    margin: 0 0 0px;
}
.p2s-custom-quote-form .acf-field .acf-label label{
    margin-bottom: 0px !important;
    display: block;
    font-size: 13px;
}
.p2s-custom-quote-form .acf-field input[type=text],
.p2s-custom-quote-form .acf-field input[type=email],
.p2s-custom-quote-form .acf-field select,
.p2s-custom-quote-form .acf-field textarea {
    width: 100%;
    border: 1px solid #d7e0e0;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #0a2e38;
    background: unset;
}
.p2s-custom-quote-form div[data-name="basic_details"] > .acf-input > .acf-fields,
.p2s-custom-quote-form div[data-name="contact_you"] > .acf-input > .acf-fields{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.p2s-custom-quote-form div[data-name="contact_you"] > .acf-input > .acf-fields > .acf-field:last-child {
  grid-column: 1 / -1;
}
.p2s-custom-quote-form div[data-name="contact_you"] p.description {
  pointer-events: none;
  margin-top: 0;
  font-size: 13px;
  color: #8aa09f;
}
.p2s-custom-quote-form div[data-name="basic_details"] .acf-input .acf-fields >.acf-field,
.p2s-custom-quote-form div[data-name="contact_you"] .acf-input .acf-fields >.acf-field {
    width: 100% !important;
}
.p2s-custom-quote-form input::placeholder,
.p2s-custom-quote-form textarea::placeholder {
    color:#A6B5B5;
}
.p2s-custom-quote-form > .acf-fields > .acf-field {
    padding: 0;
    padding-bottom: 16px;
}
.p2s-custom-quote-form > .acf-fields div[data-name="basic_details"]{
    padding-bottom: 0;
}

body .p2s-custom-quote-form input.acf-button {
    width: 100%;
    background: #0a2e38;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 15.5px;
    padding: 16px;
    border-radius: 12px;
    cursor: pointer;
    white-space: normal;
    line-height: 1.4;
}
.p2s-custom-quote-form label.acf-basic-uploader {
    display: flex !important;
    align-items: center;
    gap: 8px;
    border: 1px dashed #c2d0d0;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 13.5px;
    color: #5e7170;
    cursor: pointer;
    background: #fbfcfc;
    margin-top: 0;
}
.p2s-custom-quote-form label.acf-basic-uploader::before {
    content: "📎 Add a photo";
    font-size: 13.5px;
    font-weight: 600;
    color:#A6B5B5;
}
.p2s-custom-quote-form label.acf-basic-uploader input[type="file"] {
    display: none !important;
}
.p2s-custom-quote-form label.acf-basic-uploader.has-file::before {
    display: none;
}
.p2s-custom-quote-form label.acf-basic-uploader .p2s-file-name {
    font-size: 13.5px;
    font-weight: 600;
    word-break: break-all;
}
main .after-installer-quote-form{
    display: none;
}
body button.p2s-card-saved-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(214, 76, 127, .12);
    color: #D64C7F;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.p2s-installer-item {
    display: flex;
    gap: 11px;
    align-items: center;
}
.p2s-installer-logo-wrap {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #d7e0e0;
    padding: 4px;
    box-sizing: border-box;
}
.p2s-installer-logo-wrap .p2s-installer-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}
.p2s-installer-details {
    flex: 1 1 0%;
    min-width: 0px;
}
.p2s-installer-title {
    font-size: 14px;
    font-weight: 700;
    color: #0a2e38;
}
.p2s-installer-meta {
    font-size: 12px;
    color: #8aa09f;
}
.p2s-installer-avatar {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(135deg, #0e5a66, #0a2e38);
    box-sizing: border-box;
}
.p2s-installer-pagination {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
body button.p2s-installer-page-btn {
    background: #ffffff;
    border: 1px solid #e0e5eb;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #10323a;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.p2s-installer-page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
.p2s-installer-page-numbers {
    display: flex;
    align-items: center;
    gap: 6px;
}
body button.p2s-installer-page-num {
    background: #ffffff;
    border: 1px solid #e0e5eb;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #10323a;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 10px 16px;
}
.p2s-installer-page-num.p2s-installer-page-active {
    background: #10323a;
    color: #ffffff;
    border-color: #10323a;
}
.p2s-nav-bar {
    margin-bottom: 20px;
}
.p2s-hero-banner {
    width: 100%;
    height: 160px;
    border-radius: 16px 16px 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 16px 20px;
    background-position: center;
}
.p2s-profile-save-btn {
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.p2s-profile-save-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}
.p2s-profile-save-btn svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.p2s-installer-profile-wrap .p2s-profile-header-card {
    border-radius: 0 0 14px 14px;
    padding: 28px 32px;
    border-top: none;
    margin-bottom: 24px;
}
.p2s-profile-header-top {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p2s-identity-area {
    display: flex;
    gap: 20px;
    align-items: center;
}
.p2s-card, .p2s-profile-header-card, .p2s-contact-card, .p2s-map-card, .p2s-brochure-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
}
.p2s-profile-header-card .p2s-profile-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 4px;
    background: #ffffff;
    flex-shrink: 0;
}
.p2s-profile-header-card div.p2s-profile-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, #0e5a66, #0a2e38);
    border: none;
    padding: 0;
}
.p2s-profile-title-area {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.p2s-profile-name {
    font-size: 26px;
    font-weight: 700;
    color: #10323a;
    letter-spacing: -0.3px;
}
.p2s-profile-location {
    font-size: 14px;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.p2s-profile-location svg {
    width: 15px;
    height: 15px;
    color: #e33c3c;
    flex-shrink: 0;
}
.p2s-header-accred-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}
.p2s-accred-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #64748b;
}
.p2s-header-accred-logos {
    display: flex;
    align-items: center;
    gap: 10px;
}
.p2s-accred-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #10323a;
}
.p2s-header-accred-block .p2s-accred-chip img {
    height: 22px;
    width: auto;
    object-fit: contain;
}
.p2s-header-badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}
.p2s-badge-pill {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}
.p2s-badge-pill, .p2s-badge-experience {
    background: #e6f4f1;
    color: #128c94;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.p2s-profile-layout .p2s-card {
    padding: 32px;
}
.p2s-section-title, .p2s-contact-card-title, .p2s-map-card-title, .p2s-brochure-title {
    font-weight: 600;
    color: #10323a;
}
.p2s-section-title {
    font-size: 20px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.p2s-card-header .p2s-section-title {
    margin-bottom: 0;
}
.p2s-card .p2s-card-header {
    justify-content: space-between;
}
.p2s-badge-experience {
    border: 1px solid rgba(18, 140, 148, 0.25);
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
.p2s-section-text {
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 20px;
}
.p2s-services-provided-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.p2s-service-chip {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13.5px;
    font-weight: 700;
    color: #10323a;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    line-height: 1.5;
}
.p2s-service-chip:hover {
    background: #ffffff;
    border-color: #128c94;
    box-shadow: 0 2px 6px rgba(18, 140, 148, 0.08);
}
.p2s-service-chip .p2s-check-icon {
    color: #128c94;
    font-weight: 900;
    font-size: 13px;
    flex-shrink: 0;
}
.p2s-offer-box {
    background: #fdfce8;
    border: 1px solid rgba(223, 227, 36, 0.5);
    border-left: 4px solid #dfe324;
    border-radius: 8px;
    padding: 16px 20px;
}
.p2s-offer-text {
    font-size: 14px;
    color: #10323a;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0;
}
.p2s-section-count {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    margin-left: auto;
}
.p2s-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.p2s-gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid #e2e8f0;
    background: #e2e8f0;
    cursor: pointer;
}
.p2s-gallery-grid .p2s-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}
.p2s-gallery-item:hover img {
    transform: scale(1.06);
}
.p2s-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.p2s-review-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px 20px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.p2s-review-quote-mark {
    font-size: 26px;
    line-height: 1;
    font-family: Georgia, serif;
    color: #128c94;
    flex-shrink: 0;
    opacity: 0.6;
}
.p2s-review-text {
    font-size: 13.5px;
    color: #10323a;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 0;
}
.p2s-quote-box {
    background: #10323a;
    border-radius: 16px;
    padding: 30px 26px;
    color: white;
    box-shadow: 0 10px 25px rgba(16, 50, 58, 0.12);
}
.p2s-contact-card {
    padding: 24px 26px;
}
.p2s-contact-card-title {
    font-size: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
}
.p2s-profile-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
}
.p2s-profile-contact-row {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.4;
}
.p2s-profile-contact-label {
    width: 80px;
    font-weight: 500;
    color: #64748b;
    flex-shrink: 0;
}
.p2s-profile-contact-val {
    color: #10323a;
    font-weight: 500;
    text-decoration: none;
    word-break: break-word;
}
a.p2s-profile-contact-val, .p2s-map-link {
    color: #128c94;
    font-weight: 500;
    text-decoration: none;
}
.p2s-social-links {
    display: flex;
    gap: 6px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}
.p2s-social-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #10323a;
    text-decoration: none;
    background: #ffffff;
    transition: all 0.2s;
    line-height: 1;
}
.p2s-brochure-card {
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.p2s-brochure-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #e6f4f1;
    color: #128c94;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.p2s-brochure-content {
    flex: 1;
    min-width: 0;
}
.p2s-brochure-title {
    font-size: 14px;
    margin-bottom: 2px;
}
.p2s-brochure-sub {
    font-size: 12px;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p2s-brochure-download-btn {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12.5px;
    color: #10323a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    transition: all 0.2s;
    line-height: 1;
}
.p2s-skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.5) 20%,
        rgba(255, 255, 255, 0.5) 60%,
        rgba(255, 255, 255, 0)
    );
    animation: p2s-shimmer 1.5s infinite;
}
.p2s-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(10, 30, 36, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.p2s-lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}
.p2s-lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.p2s-lightbox-image {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    object-fit: contain;
    user-select: none;
    transition: transform 0.2s ease;
}
.p2s-lightbox-counter {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 600;
    margin-top: 12px;
    letter-spacing: 1px;
}
.p2s-lightbox-close,.p2s-lightbox-nav{
    position: absolute;
    background: rgb(10 46 56 / 40%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    z-index: 100000;
    padding: 8px;
}
.p2s-lightbox-close:hover, .p2s-lightbox-close:focus, .p2s-lightbox-close:active,
.p2s-lightbox-nav:hover, .p2s-lightbox-nav:focus, .p2s-lightbox-nav:active {
    background-color: rgba(10, 46, 56, 0.9);
    border-color: rgba(255, 255, 255, 0.25)
}
.p2s-lightbox-close{
    top: 20px;
    right: 24px;
}
.p2s-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
}
.p2s-lightbox-prev {
    left: 24px;
    right: auto;
}
.p2s-lightbox-next {
    right: 24px;
}

@keyframes p2s-shimmer {
    100% {
        transform: translateX(100%);
    }
}
@media (max-width: 991px) {
    .p2s-installers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .p2s-filter-chips {
        display: flex;
        align-items: center;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 8px;
        flex-wrap: nowrap;
    }
    body button.p2s-chip {
        flex-shrink: 0;
    }
    .p2s-filter-chips::-webkit-scrollbar {
        height: 4px;
    }
    .p2s-filter-chips::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 4px;
    }
    .p2s-filter-chips::-webkit-scrollbar-track {
        background: transparent;
    }
    .p2s-tray-inner{
        justify-content: space-between;
    }
    .p2s-profile-layout {
        grid-template-columns: 1fr;
    }
    .p2s-tray-count {
        order: 1;
    }
    .p2s-tray-items {
        order: 3;
        flex-direction: column;
        width: 100%;
        align-items: center;
        flex: unset;
    }
    .p2s-tray-item{
        white-space: nowrap;
        width: 100%;
        justify-content: space-between;
        border-radius: 5px;
    }
    body button.p2s-tray-clear-btn {
        order: 2;
    }
    button.p2s-tray-quote-btn {
        order: 4;
        width: 100%;
    }
    .p2s-header-accred-block{
        align-items: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .p2s-location-right {
        width: 100%;
        justify-content: space-between;
        padding-top: 15px;
        border-top: 1px solid #e0e5eb;
    }
    .p2s-controls-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .p2s-sort-wrap {
        width: 100%;
    }
    .p2s-sort-inner {
        width: 100%;
        justify-content: space-between;
    }
    .p2s-installers-grid {
        grid-template-columns: 1fr;
    }
    .p2s-profile-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .p2s-profile-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .p2s-custom-quote-form div[data-name="basic_details"] > .acf-input > .acf-fields, .p2s-custom-quote-form div[data-name="contact_you"] > .acf-input > .acf-fields {
        grid-template-columns: 1fr;
    }
    .p2s-identity-area {
        flex-direction: column;
        align-items: flex-start;
    }
    .p2s-profile-header-top {
        flex-direction: column;
    }
    .p2s-services-provided-grid, .p2s-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .p2s-profile-header-card, .p2s-profile-layout .p2s-card, .p2s-quote-box, .p2s-contact-card, .p2s-map-card, .p2s-brochure-card {
        padding: 20px 16px;
    }
    .p2s-lightbox-close, .p2s-lightbox-nav {
        padding: 4px;
    }
}