.pfl-portal,
.pfl-card {
    color: #152522;
    font-family: Arial, Helvetica, sans-serif;
}

.pfl-portal [hidden] {
    display: none !important;
}

.pfl-portal [data-pfl-inventory-view][hidden],
.pfl-portal [data-pfl-picker-control][hidden],
.pfl-portal .pfl-picker-view [data-pfl-lot-card][hidden] {
    display: none !important;
}

.pfl-private-shell {
    background: #f5f8f7;
    border: 1px solid #dbe6e2;
    box-shadow: 0 22px 60px rgba(15, 43, 38, .16);
    margin: 0 auto 32px;
    max-width: 1240px;
    min-height: 720px;
    padding: 0;
}

.pfl-private-header {
    align-items: center;
    background: #102f2a;
    color: #fff;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 14px 18px;
}

.pfl-private-brand {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 12px;
    text-decoration: none;
}

.pfl-private-brand:hover {
    color: #fff;
}

.pfl-brand-mark {
    align-items: center;
    background: #f2bd4b;
    border-radius: 8px;
    color: #102f2a;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.pfl-private-brand strong,
.pfl-private-brand small {
    display: block;
    line-height: 1.2;
}

.pfl-private-brand small {
    color: #b9d6cf;
    font-size: 13px;
    font-weight: 700;
}

.pfl-private-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.pfl-logout {
    background: #f2bd4b;
    border-radius: 6px;
    color: #102f2a;
    font-weight: 800;
    padding: 9px 12px;
    text-decoration: none;
}

.pfl-logout:hover {
    color: #102f2a;
}

.pfl-portal-hero {
    align-items: stretch;
    background: linear-gradient(135deg, #18443d 0%, #1f6a5e 55%, #2c8b7a 100%);
    color: #fff;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 30px;
}

.pfl-eyebrow {
    color: #f2bd4b;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.pfl-portal-hero h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1.05;
    margin: 0 0 10px;
}

.pfl-portal-hero p {
    color: #d7ebe6;
    font-size: 17px;
    margin: 0;
    max-width: 680px;
}

.pfl-hero-stats {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
}

.pfl-hero-stats div {
    background: rgba(255, 255, 255, .11);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    padding: 14px;
}

.pfl-hero-stats strong,
.pfl-hero-stats span {
    color: #fff;
    display: block;
}

.pfl-hero-stats strong {
    font-size: 22px;
    line-height: 1.1;
}

.pfl-hero-stats span {
    color: #b9d6cf;
    font-size: 12px;
    font-weight: 800;
    margin-top: 6px;
}

.pfl-portal-header,
.pfl-section-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.pfl-portal-header h2,
.pfl-card h3 {
    margin: 0 0 4px;
}

.pfl-portal-header p,
.pfl-muted {
    color: #5f6b76;
    margin: 0;
}

.pfl-tabs {
    background: #fff;
    border-bottom: 1px solid #dce7e3;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 14px 18px;
}

.pfl-tabs a {
    background: #eef5f3;
    border: 1px solid #d5e3df;
    border-radius: 7px;
    color: #194d44;
    font-weight: 800;
    padding: 10px 13px;
    text-decoration: none;
}

.pfl-tabs a:hover,
.pfl-tabs a[aria-current="page"] {
    background: #194d44;
    border-color: #194d44;
    color: #fff;
}

.pfl-private-shell > section {
    padding: 18px;
}

.pfl-card {
    background: #fff;
    border: 1px solid #dce7e3;
    border-radius: 8px;
    margin: 0 0 20px;
    padding: 22px;
}

.pfl-promo-card {
    border-color: #d8c083;
    box-shadow: 0 16px 34px rgba(15, 43, 38, .1);
    overflow: hidden;
    padding: 0;
}

.pfl-promo-head {
    background: linear-gradient(135deg, #113f36, #1b6959);
    color: #fff;
    padding: 22px;
}

.pfl-promo-kicker {
    background: #f2bd4b;
    border-radius: 999px;
    color: #102f2a;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    margin-bottom: 12px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.pfl-promo-head h3 {
    color: #fff !important;
    font-size: 34px !important;
    line-height: 1.1;
    margin: 10px 0 0;
}

.pfl-promo-head p {
    color: #d8ede8;
    font-size: 17px;
    line-height: 1.45;
    margin: 8px 0 0;
    max-width: 760px;
}

.pfl-promo-layout {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1.25fr) minmax(420px, .95fr);
    padding: 22px;
}

.pfl-promo-gallery {
    display: grid;
    gap: 10px;
}

.pfl-promo-gallery-main {
    background: #edf3f1;
    border-radius: 8px;
    display: block;
    overflow: hidden;
}

.pfl-promo-gallery-main img {
    aspect-ratio: 16 / 10;
    display: block;
    height: clamp(320px, 34vw, 520px);
    object-fit: cover;
    width: 100%;
}

.pfl-promo-thumbnails {
    display: grid;
    gap: 8px;
    grid-auto-columns: 112px;
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-width: thin;
}

.pfl-promo-thumbnail {
    background: #fff;
    border: 3px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    height: 78px;
    overflow: hidden;
    padding: 0;
    width: 112px;
}

.pfl-promo-thumbnail.is-selected {
    border-color: #f2bd4b;
}

.pfl-promo-thumbnail img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pfl-admin-gallery-preview {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
    margin-top: 10px;
}

.pfl-admin-gallery-preview:empty {
    display: none;
}

.pfl-admin-gallery-preview-item {
    background: #fff;
    border: 1px solid #ccd8d4;
    border-radius: 6px;
    display: block;
    height: 82px;
    overflow: hidden;
    position: relative;
}

.pfl-admin-gallery-preview-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pfl-admin-gallery-preview-item b {
    background: #143c35;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    left: 5px;
    line-height: 22px;
    min-width: 22px;
    position: absolute;
    text-align: center;
    top: 5px;
}

.pfl-promo-details {
    background: #fff;
    border: 1px solid #dce7e3;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 43, 38, .08);
    padding: 18px;
}

.pfl-promo-details h4 {
    color: #071124;
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 14px;
}

.pfl-promo-price-grid {
    display: grid;
    gap: 10px;
    margin: 0 0 14px;
}

.pfl-promo-price-grid div {
    border-bottom: 1px solid #dce7e3;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 10px 0;
}

.pfl-promo-price-grid dt {
    color: #5f6b76;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.pfl-promo-price-grid dd {
    color: #071124;
    font-size: 28px;
    font-weight: 900;
    margin: 0;
    text-align: right;
}

.pfl-promo-notice,
.pfl-promo-facts {
    background: #fff9e7;
    border: 1px solid #efd99e;
    border-radius: 8px;
    margin: 0 0 14px;
    padding: 12px;
}

.pfl-promo-notice {
    color: #4f4631;
    font-size: 16px;
    line-height: 1.5;
}

.pfl-promo-facts {
    font-size: 16px;
    line-height: 1.5;
}

.pfl-promo-facts p {
    margin: 0 0 7px;
}

.pfl-promo-facts p:last-child {
    margin-bottom: 0;
}

.pfl-promo-highlights {
    color: #53615d;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 14px 18px;
    padding: 0;
}

.pfl-promo-extra {
    border-top: 1px solid #dce7e3;
    padding: 22px;
}

.pfl-promo-info-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-bottom: 18px;
}

.pfl-promo-info-grid div,
.pfl-promo-copy-box {
    background: #f7faf9;
    border: 1px solid #dce7e3;
    border-radius: 8px;
    padding: 12px;
}

.pfl-promo-info-grid span,
.pfl-promo-copy-box span {
    color: #5f6b76;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.pfl-promo-info-grid strong {
    color: #071124;
    font-size: 18px;
}

.pfl-promo-two-col {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
}

.pfl-promo-steps {
    counter-reset: promo-step;
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pfl-promo-steps li {
    background: #fff;
    border: 1px solid #dce7e3;
    border-radius: 8px;
    color: #53615d;
    font-size: 16px;
    line-height: 1.45;
    padding: 10px 10px 10px 42px;
    position: relative;
}

.pfl-promo-steps li::before {
    background: #f2bd4b;
    border-radius: 999px;
    color: #102f2a;
    content: counter(promo-step);
    counter-increment: promo-step;
    font-size: 13px;
    font-weight: 900;
    height: 24px;
    left: 10px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 24px;
}

.pfl-promo-buttons,
.pfl-promo-kit {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pfl-promo-kit {
    align-items: flex-start;
    border: 0;
    margin: 0;
    padding: 0;
}

.pfl-promo-kit h4,
.pfl-doola-card h4 {
    flex: 0 0 100%;
    margin: 0;
}

.pfl-promo-kit label {
    display: grid;
    flex: 1 1 420px;
    gap: 6px;
}

.pfl-promo-kit textarea {
    border: 1px solid #bfd0cb;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100px;
    padding: 10px;
    width: 100%;
}

.pfl-pdf-preview {
    background: #f7fbfa;
    border: 1px solid #d8e6e2;
    border-radius: 8px;
    flex: 1 1 100%;
    padding: 10px;
}

.pfl-pdf-preview span {
    color: #5a6b67;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.pfl-pdf-preview iframe {
    background: #fff;
    border: 1px solid #d8e6e2;
    border-radius: 6px;
    display: block;
    height: 150px;
    max-width: 230px;
    width: 100%;
}

.pfl-pdf-preview-thumb {
    background: #fff;
    border: 1px solid #d8e6e2;
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(16, 47, 42, .12);
    display: block;
    height: auto;
    max-height: 180px;
    max-width: 150px;
    object-fit: contain;
    width: 100%;
}

.pfl-pdf-preview p {
    color: #5a6b67;
    font-size: 14px;
    line-height: 1.35;
    margin: 8px 0 0;
}

.pfl-doola-card {
    background: #fbf7e7;
    border: 1px solid #ead48d;
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
    padding: 22px;
}

.pfl-llc-doola-guidance .pfl-doola-card {
    margin: 14px 0 0;
}

.pfl-doola-card p {
    color: #53615d;
    line-height: 1.5;
    margin: 8px 0;
}

.pfl-doola-tag {
    background: #fff;
    border: 1px solid #ead48d;
    border-radius: 999px;
    color: #102f2a;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
    padding: 6px 9px;
}

.pfl-doola-panel {
    background: #fff;
    border: 1px solid #ead48d;
    border-radius: 8px;
    padding: 16px;
}

.pfl-doola-panel h4 {
    color: #071124;
    font-size: 22px;
    margin: 0;
}

.pfl-doola-price {
    border-bottom: 1px solid #ead48d;
    border-top: 1px solid #ead48d;
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
    padding: 10px 0;
}

.pfl-doola-price span {
    color: #5f6b76;
    font-weight: 900;
}

.pfl-llc-benefit-banner {
    align-items: center;
    background: #123f36;
    border: 1px solid #123f36;
    border-left: 7px solid #f4bd49;
    border-radius: 8px;
    color: #fff;
    display: flex;
    gap: 20px;
    grid-column: 1 / -1;
    justify-content: space-between;
    padding: 20px 22px;
}

.pfl-llc-benefit-kicker {
    color: #f4bd49;
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.pfl-llc-benefit-title {
    color: #fff;
    display: block;
    font-size: 25px;
    line-height: 1.2;
    margin: 0;
}

.pfl-llc-benefit-banner p,
.pfl-doola-card .pfl-llc-benefit-banner p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 9px 0 0;
    max-width: 900px;
}

.pfl-llc-benefit-badge {
    align-items: center;
    background: #f4bd49;
    border-radius: 8px;
    color: #102f2a;
    display: flex;
    flex: 0 0 175px;
    flex-direction: column;
    justify-content: center;
    min-height: 104px;
    padding: 12px;
    text-align: center;
}

.pfl-llc-benefit-badge strong {
    color: #102f2a;
    font-size: 34px;
    line-height: 1;
}

.pfl-llc-benefit-badge span {
    color: #102f2a;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    margin-top: 6px;
    text-transform: uppercase;
}

.pfl-doola-panel ul {
    line-height: 1.7;
    margin: 0 0 14px 18px;
    padding: 0;
}

.pfl-admin-checklist {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    max-height: 220px;
    overflow: auto;
    padding: 8px;
}

.pfl-admin-checklist label {
    display: block;
    margin: 0 0 6px;
}

.pfl-admin-checkall {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 8px 0;
}

.pfl-admin-checkall label {
    font-weight: 600;
}

.pfl-admin-checklist-tall {
    max-height: 320px;
}

.pfl-admin-visibility-box {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    padding: 12px;
}

.pfl-admin-visibility-box > strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.pfl-table-wrap {
    overflow-x: auto;
}

.pfl-inventory-controls {
    align-items: center;
    background: #eef5f3;
    border: 1px solid #dce7e3;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 14px 0 18px;
    padding: 12px;
}

.pfl-inventory-controls label {
    align-items: center;
    display: flex;
    gap: 8px;
}

.pfl-inventory-controls select {
    border: 1px solid #bfd0cb;
    border-radius: 6px;
    min-width: 180px;
    padding: 7px 9px;
}

.pfl-card-grid:not([hidden]) {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pfl-lot-card {
    background: #fff;
    border: 1px solid #dce7e3;
    border-radius: 8px;
    display: grid;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 43, 38, .08);
}

.pfl-lot-media {
    background: #f0f3f6;
    display: block;
    min-height: 180px;
}

.pfl-lot-image {
    display: block;
    height: 100%;
    max-height: 240px;
    object-fit: cover;
    width: 100%;
}

.pfl-table .pfl-lot-image {
    border-radius: 4px;
    height: 54px;
    object-fit: cover;
    width: 72px;
}

.pfl-lot-placeholder {
    align-items: center;
    color: #6b7280;
    display: flex;
    font-weight: 700;
    justify-content: center;
    min-height: 180px;
}

.pfl-lot-body {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.pfl-lot-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pfl-lot-brochure-button {
    background: #123f36;
    border-color: #123f36;
}

.pfl-lot-brochure-button.pfl-lot-brochure-spanish {
    background: #176b63;
    border-color: #176b63;
}

.pfl-lot-actions-compact {
    align-items: stretch;
    display: grid;
    gap: 12px;
    min-width: 164px;
}

.pfl-lot-actions-compact .pfl-lot-action-button {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1.2;
    min-height: 42px;
    padding: 9px 10px;
    text-align: center;
    width: 100%;
}

.pfl-lot-actions-compact .pfl-lot-view-button {
    background: #f7be3f;
    border-color: #f7be3f;
    color: #123f36;
}

.pfl-lot-actions-compact .pfl-lot-view-button:hover,
.pfl-lot-actions-compact .pfl-lot-view-button:focus {
    background: #e3a825;
    border-color: #e3a825;
    color: #0d3029;
}

.pfl-lot-actions-compact .pfl-lot-brochure-button {
    background: #155b4d;
    border-color: #155b4d;
    color: #fff;
}

.pfl-lot-actions-compact .pfl-lot-brochure-spanish {
    background: #187f78;
    border-color: #187f78;
    color: #fff;
}

.pfl-lot-title-row {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.pfl-lot-title-row h4 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
}

.pfl-lot-title-row span {
    background: #e8f6ef;
    border: 1px solid #b8e2cb;
    border-radius: 999px;
    color: #17613a;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
}

.pfl-inventory-status {
    background: #e8f6ef;
    border: 1px solid #b8e2cb;
    border-radius: 999px;
    color: #17613a;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 7px;
    padding: 5px 9px;
    white-space: nowrap;
}

.pfl-lot-title-row .pfl-inventory-status {
    margin-top: 0;
}

.pfl-inventory-status.pfl-status-pending_sale {
    background: #fff1c7;
    border-color: #e2a72e;
    color: #744900;
}

.pfl-public-pending-action,
.woocommerce a.button.pfl-public-pending-action,
.woocommerce button.button.pfl-public-pending-action {
    background: #f4bd49;
    border: 1px solid #d99d1d;
    border-radius: 4px;
    box-shadow: none;
    color: #143c35;
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
    padding: 13px 18px;
    position: static;
    text-transform: uppercase;
    cursor: default;
}

.pfl-public-pending-notice {
    background: #fff7df;
    border: 1px solid #e2a72e;
    border-left: 5px solid #d89b16;
    border-radius: 6px;
    color: #3f3420;
    display: grid;
    gap: 4px;
    margin: 0 0 18px;
    padding: 13px 15px;
}

.pfl-public-pending-notice strong {
    color: #143c35;
    font-size: 18px;
}

.pfl-public-pending-notice span {
    font-size: 15px;
    line-height: 1.45;
}

.pfl-lot-summary,
.pfl-lot-notes,
.pfl-finance-terms {
    color: #52606d;
    margin: 0;
}

.pfl-currency-note {
    background: #fff8e8;
    border: 1px solid #efd18b;
    border-radius: 8px;
    color: #4f4631;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 12px;
    padding: 10px 12px;
}

.pfl-finance-terms-list {
    display: grid;
    gap: 4px;
    margin: 6px 0 0;
}

.pfl-finance-terms-list div {
    display: grid;
    gap: 2px;
}

.pfl-finance-terms-list dt {
    color: #61706c;
    font-size: 12px;
    font-weight: 800;
}

.pfl-finance-terms-list dd {
    color: #152522;
    font-size: 13px;
    margin: 0;
}

.pfl-price-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}

.pfl-price-grid div {
    background: #f6faf9;
    border: 1px solid #dce7e3;
    border-radius: 6px;
    padding: 10px;
}

.pfl-price-grid dt {
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 4px;
}

.pfl-price-grid dd {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
}

.pfl-table {
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}

.pfl-table th,
.pfl-table td {
    border-bottom: 1px solid #e8edf2;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.pfl-table th {
    background: #eef5f3;
    font-weight: 700;
}

.pfl-button,
.pfl-link {
    color: #156759;
    font-weight: 700;
    text-decoration: none;
}

.pfl-button {
    background: #156759;
    border: 1px solid #156759;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    padding: 9px 12px;
}

.pfl-button:hover {
    color: #fff;
}

.pfl-doc-button-secondary {
    background: #156759 !important;
    color: #fff !important;
}

.pfl-documents-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.pfl-document-drawer {
    background: #f7faf9;
    border: 1px solid #d8e3df;
    border-radius: 8px;
    overflow: hidden;
}

.pfl-document-drawer > summary {
    align-items: center;
    background: #143c35;
    color: #fff;
    cursor: pointer;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr auto;
    list-style: none;
    padding: 13px 15px;
}

.pfl-document-drawer > summary::-webkit-details-marker {
    display: none;
}

.pfl-document-drawer > summary::after {
    content: "+";
    color: #f2bd4b;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.pfl-document-drawer[open] > summary::after {
    content: "-";
}

.pfl-document-drawer > summary span {
    align-items: center;
    color: #fff !important;
    display: flex;
    font-size: 16px !important;
    font-weight: 900 !important;
    gap: 8px;
    line-height: 1.2 !important;
}

.pfl-document-count {
    align-items: center;
    background: #f2bd4b;
    border-radius: 999px;
    color: #102f2a !important;
    display: inline-flex;
    font-size: 13px !important;
    height: 24px;
    justify-content: center;
    min-width: 24px;
    padding: 0 7px;
}

.pfl-document-drawer > summary small {
    color: #cde2dd !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.pfl-document-drawer .pfl-downloads,
.pfl-document-drawer .pfl-empty-docs,
.pfl-document-drawer .pfl-document-upload-form {
    margin: 12px;
}

.pfl-upload-drawer {
    margin: 12px;
}

.pfl-upload-drawer summary {
    background: #f2bd4b;
    border-radius: 6px;
    color: #102f2a;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    list-style: none;
    padding: 10px 13px;
}

.pfl-upload-drawer summary::-webkit-details-marker {
    display: none;
}

.pfl-upload-drawer[open] summary {
    margin-bottom: 10px;
}

.pfl-upload-drawer .pfl-document-upload-form {
    margin: 0;
}

.pfl-document-upload-form {
    background: #fff;
    border: 1px solid #dbe6e2;
    border-radius: 8px;
    padding: 14px;
}

.pfl-document-upload-form h4 {
    color: #102f2a !important;
    font-size: 18px !important;
    margin: 0 0 10px !important;
}

.pfl-document-form-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pfl-document-form-grid label,
.pfl-document-note-form label {
    display: grid;
    gap: 4px;
}

.pfl-document-form-grid label.wide {
    grid-column: 1 / -1;
}

.pfl-document-form-grid span,
.pfl-document-note-form span {
    color: #53615d;
    font-size: 13px;
    font-weight: 800;
}

.pfl-document-form-grid input,
.pfl-document-form-grid select,
.pfl-document-form-grid textarea,
.pfl-document-note-form textarea {
    border: 1px solid #cfdad6;
    border-radius: 6px;
    box-sizing: border-box;
    color: #102f2a;
    font-size: 14px;
    padding: 9px 10px;
    width: 100%;
}

.pfl-downloads {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pfl-downloads li {
    margin: 0;
}

.pfl-document-item {
    background: #fff;
    border: 1px solid #e1e7ee;
    border-radius: 8px;
    overflow: hidden;
}

.pfl-document-item > summary {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 22px;
    list-style: none;
    padding: 12px;
}

.pfl-document-item > summary::-webkit-details-marker {
    display: none;
}

.pfl-document-item > summary::after {
    color: #156759;
    content: "+";
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-align: right;
}

.pfl-document-item[open] > summary::after {
    content: "-";
}

.pfl-document-item > summary em {
    color: #6b7280;
    display: block;
    font-size: 13px;
    font-style: normal;
    margin-top: 3px;
}

.pfl-document-detail {
    border-top: 1px solid #e8edf2;
    display: grid;
    gap: 10px;
    padding: 12px;
}

.pfl-document-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.pfl-downloads strong {
    color: #152522;
    display: block;
    font-size: 14px;
    line-height: 1.3;
}

.pfl-downloads span {
    color: #6b7280;
    display: inline-block;
    font-size: 13px;
    margin-top: 3px;
}

.pfl-doc-button {
    background: #f2bd4b;
    border-radius: 6px;
    color: #102f2a !important;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    padding: 8px 10px;
    text-decoration: none !important;
}

.pfl-brochure-button {
    align-items: center;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    max-width: 320px;
    min-height: 44px;
    padding: 12px 16px;
    text-align: center;
}

.pfl-download-button {
    background: #123f36;
    color: #ffffff !important;
}

.pfl-download-button-spanish {
    background: #176b63;
}

.pfl-document-admin-note {
    color: #4b5b56 !important;
    font-size: 13px !important;
    margin: 8px 0 0 !important;
}

.pfl-document-note-form {
    display: grid;
    gap: 8px;
}

.pfl-small-button,
.pfl-delete-button {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    justify-self: start;
    line-height: 1.2;
    padding: 8px 10px;
}

.pfl-small-button {
    background: #156759;
    color: #fff;
}

.pfl-delete-button {
    background: #fff1f1;
    border: 1px solid #f0b7b7;
    color: #a92525;
}

.pfl-document-delete-form {
    grid-column: 1 / -1;
}

.pfl-empty-docs {
    background: #fff;
    border: 1px dashed #bfd0ca;
    border-radius: 8px;
    color: #53615d !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 14px;
}

.pfl-contact-card {
    display: grid;
    gap: 16px;
}

.pfl-contact-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.pfl-contact-grid a,
.pfl-contact-grid div {
    background: #f7faf9;
    border: 1px solid #d8e3df;
    border-radius: 8px;
    color: #152522 !important;
    padding: 12px;
    text-decoration: none !important;
}

.pfl-contact-grid span {
    color: #61706c;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.pfl-contact-grid strong {
    color: #102f2a;
    display: block;
    font-size: 15px;
    line-height: 1.35;
}

.pfl-contact-grid .pfl-whatsapp-link {
    background: #e7f8ed;
    border-color: #b7e6c7;
}

.pfl-language form {
    margin: 0;
}

.pfl-language label {
    align-items: center;
    display: flex;
    gap: 8px;
}

.pfl-language select,
.pfl-admin select,
.pfl-admin input,
.pfl-admin textarea {
    max-width: 100%;
}

.pfl-contract-admin-table input.regular-text {
    width: 100%;
}

.pfl-contract-admin-table th,
.pfl-contract-admin-table td {
    vertical-align: top;
}

.pfl-admin-url-row {
    align-items: center;
    display: flex;
    gap: 8px;
    max-width: 100%;
}

.pfl-admin-url-row input {
    flex: 1 1 auto;
    min-width: 180px;
}

.pfl-admin-url-row .button {
    flex: 0 0 auto;
    white-space: nowrap;
}

.pfl-lot-brochure-admin {
    align-items: stretch;
    flex-direction: column;
}

.pfl-lot-brochure-admin input {
    min-width: 0;
    width: 100%;
}

.pfl-lot-brochure-admin .button {
    align-self: flex-start;
    white-space: normal;
}

.pfl-partner-info-table th,
.pfl-partner-info-table td {
    vertical-align: middle;
}

.pfl-partner-info-table .description {
    display: block;
    margin-top: 2px;
}

.pfl-private-header .pfl-language label {
    color: #d7ebe6;
}

.pfl-private-header .pfl-language select {
    background: #fff;
    border: 0;
    border-radius: 6px;
    color: #102f2a;
    padding: 7px 9px;
}

.pfl-steps {
    margin-left: 22px;
}

.pfl-steps li {
    margin-bottom: 10px;
}

.pfl-process-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-top: 16px;
}

.pfl-assignment-note {
    background: #fff8e8;
    border: 1px solid #efd18b;
    border-radius: 8px;
    margin-top: 16px;
    padding: 14px;
}

.pfl-assignment-note h4 {
    color: #143c35;
    font-size: 17px !important;
    line-height: 1.25;
    margin: 0 0 8px;
}

.pfl-assignment-note p {
    color: #4f4631;
    font-size: 14px !important;
    line-height: 1.45;
    margin: 0 0 8px;
}

.pfl-assignment-note p:last-child {
    margin-bottom: 0;
}

.pfl-process-step {
    background: #f7faf9;
    border: 1px solid #d8e3df;
    border-radius: 8px;
    padding: 12px;
}

.pfl-process-step h4 {
    color: #143c35;
    font-size: 16px !important;
    line-height: 1.25;
    margin: 0 0 8px;
}

.pfl-process-step p {
    color: #53615d;
    font-size: 14px !important;
    line-height: 1.4;
    margin: 0;
}

.pfl-transaction-types {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.pfl-transaction-panel {
    background: #fff;
    border: 1px solid #d8e3df;
    border-radius: 8px;
    overflow: hidden;
}

.pfl-transaction-panel summary {
    align-items: center;
    background: #f0f7f4;
    color: #143c35;
    cursor: pointer;
    display: grid;
    gap: 3px;
    grid-template-columns: 1fr auto;
    list-style: none;
    padding: 13px 15px;
}

.pfl-transaction-panel summary::-webkit-details-marker {
    display: none;
}

.pfl-transaction-panel summary::after {
    content: "+";
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.pfl-transaction-panel[open] summary::after {
    content: "-";
}

.pfl-transaction-panel summary span {
    font-size: 16px;
    font-weight: 900;
}

.pfl-transaction-panel summary small {
    color: #53615d;
    font-size: 13px;
    grid-column: 1 / 2;
}

.pfl-transaction-steps {
    display: grid;
    gap: 8px;
    padding: 12px;
}

.pfl-transaction-steps article {
    background: #fbfcfc;
    border: 1px solid #edf2f0;
    border-radius: 7px;
    padding: 10px;
}

.pfl-transaction-steps h5 {
    color: #143c35;
    font-size: 14px !important;
    line-height: 1.25;
    margin: 0 0 5px;
}

.pfl-transaction-steps p {
    color: #53615d;
    font-size: 13px !important;
    line-height: 1.4;
    margin: 0;
}

.pfl-example {
    background: #f6f8fa;
    border-left: 4px solid #0b5cab;
    margin-top: 16px;
    padding: 12px;
}

.pfl-transaction-panel .pfl-example {
    margin: 0 12px 12px;
}

.pfl-quick-answers {
    border-top: 1px solid #d8e3df;
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
}

.pfl-quick-answers h4 {
    color: #143c35;
    margin: 0;
}

.pfl-quick-answers div {
    background: #fff;
    border: 1px solid #e2ebe8;
    border-radius: 8px;
    padding: 12px;
}

.pfl-quick-answers p {
    color: #53615d;
    margin: 4px 0 0;
}

.pfl-login {
    max-width: 480px;
}

.pfl-grid-admin {
    display: grid;
    gap: 10px 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pfl-grid-admin .wide {
    grid-column: 1 / -1;
}

@media (max-width: 720px) {
    .pfl-wrap {
        padding: 10px;
    }

    .pfl-private-shell {
        width: 100%;
    }

    .pfl-private-shell > section {
        padding: 12px;
    }

    .pfl-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px 12px;
        -webkit-overflow-scrolling: touch;
    }

    .pfl-tabs a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .pfl-card {
        border-radius: 8px;
        padding: 14px;
    }

    .pfl-private-header,
    .pfl-portal-header,
    .pfl-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .pfl-private-actions {
        justify-content: flex-start;
    }

    .pfl-promo-layout,
    .pfl-promo-price-grid,
    .pfl-promo-two-col,
    .pfl-doola-card {
        grid-template-columns: 1fr;
    }

    .pfl-promo-head {
        padding: 18px;
    }

    .pfl-promo-head h3 {
        font-size: 24px !important;
    }

    .pfl-promo-details h4 {
        font-size: 25px;
    }

    .pfl-promo-price-grid dd {
        font-size: 23px;
    }

    .pfl-promo-layout,
    .pfl-promo-extra {
        padding: 14px;
    }

    .pfl-promo-gallery-main img {
        height: 260px;
    }

    .pfl-promo-thumbnails {
        grid-auto-columns: 88px;
    }

    .pfl-promo-thumbnail {
        height: 62px;
        width: 88px;
    }

    .pfl-promo-info-grid {
        grid-template-columns: 1fr;
    }

    .pfl-doola-card {
        padding: 12px;
    }

    .pfl-llc-benefit-banner {
        align-items: stretch;
        flex-direction: column;
        padding: 17px;
    }

    .pfl-llc-benefit-title {
        font-size: 22px;
    }

    .pfl-llc-benefit-badge {
        flex: 0 0 auto;
        min-height: 0;
        width: 100%;
    }

    .pfl-doola-panel h4 {
        font-size: 18px;
    }

    .pfl-doola-price {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .pfl-table-wrap {
        border: 1px solid #dce7e3;
        border-radius: 8px;
        margin-inline: -2px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .pfl-table {
        font-size: 13px;
        min-width: 760px;
    }

    .pfl-table th,
    .pfl-table td {
        padding: 9px;
    }

    .pfl-private-brand strong,
    .pfl-card h3,
    .pfl-section-head h3 {
        font-size: 24px !important;
        line-height: 1.15;
    }

    .pfl-portal-hero {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .pfl-portal-hero h2 {
        font-size: 30px;
    }

    .pfl-hero-stats,
    .pfl-price-grid,
    .pfl-process-grid {
        grid-template-columns: 1fr;
    }

    .pfl-control-row,
    .pfl-inventory-controls {
        align-items: stretch;
        flex-direction: column;
    }

    .pfl-control-row select,
    .pfl-inventory-controls select,
    .pfl-language select {
        max-width: 100%;
        width: 100%;
    }

    .pfl-lot-actions:not(.pfl-lot-actions-compact) {
        align-items: stretch;
        flex-direction: column;
    }

    .pfl-lot-actions:not(.pfl-lot-actions-compact) .pfl-button {
        text-align: center;
        width: 100%;
    }

    .pfl-transaction-panel summary {
        align-items: flex-start;
        grid-template-columns: 1fr 22px;
        padding: 12px;
    }

    .pfl-transaction-panel summary span {
        font-size: 15px !important;
        line-height: 1.25;
    }

    .pfl-transaction-panel summary small {
        font-size: 12px !important;
        line-height: 1.35;
    }

    .pfl-transaction-steps {
        padding: 10px;
    }

    .pfl-transaction-steps article,
    .pfl-process-step,
    .pfl-assignment-note,
    .pfl-quick-answers div {
        padding: 10px;
    }

    .pfl-transaction-steps p,
    .pfl-process-step p,
    .pfl-assignment-note p,
    .pfl-quick-answers p {
        font-size: 13px !important;
        line-height: 1.4;
    }

    .pfl-downloads li {
        align-items: flex-start;
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .pfl-document-form-grid {
        grid-template-columns: 1fr;
    }

    .pfl-document-buttons {
        justify-content: stretch;
        width: 100%;
    }

    .pfl-button,
    .pfl-small-button,
    .pfl-delete-button,
    .pfl-upload-drawer summary {
        text-align: center;
        width: 100%;
    }

    .pfl-documents-actions,
    .pfl-contact-grid {
        grid-template-columns: 1fr;
    }

    .pfl-document-drawer > summary {
        align-items: flex-start;
        grid-template-columns: 1fr 22px;
    }

    .pfl-doc-button {
        display: block;
        text-align: center;
        width: 100%;
    }
}
