/* PFC Retail Catalog & Pricing - dealer-only settings page */
.pfc-retail-settings {
    max-width: 1120px;
    margin: 0 auto;
    padding: 14px 12px 42px;
    box-sizing: border-box;
}
.pfc-retail-settings *, .pfc-retail-settings *:before, .pfc-retail-settings *:after { box-sizing: border-box; }
.pfc-rc-back { margin: 2px 0 14px; }
.pfc-rc-back a { color: #0E5268; font-weight: 700; text-decoration: none; }
.pfc-rc-back a:hover { text-decoration: underline; }
.pfc-rc-hero {
    padding: 28px 32px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: #0E3341;
    color: #fff;
}
.pfc-rc-hero h1 { margin: 0 0 8px; color: #fff; font-size: 2rem; line-height: 1.15; }
.pfc-rc-hero p { margin: 0; color: #edf5f7; line-height: 1.5; }
.pfc-rc-eyebrow { margin-bottom: 6px; color: #55727c; font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.pfc-rc-hero .pfc-rc-eyebrow { color: #d4e4e8; }
.pfc-rc-private-note,
.pfc-rc-alert {
    margin: 0 0 18px;
    padding: 14px 17px;
    border-radius: 8px;
    line-height: 1.5;
}
.pfc-rc-private-note { border: 1px solid #cbdde3; background: #f3f8fa; color: #244c5a; }
.pfc-rc-alert--success { border: 1px solid #b7d4c0; background: #f0f8f2; color: #235b32; }
.pfc-rc-alert--error { border: 1px solid #dfb9b9; background: #fff4f4; color: #7b2525; }
.pfc-rc-alert ul { margin-bottom: 0; }
.pfc-rc-card {
    margin-bottom: 18px;
    padding: 24px 26px;
    border: 1px solid #d9e3e6;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 48, 60, .05);
}
.pfc-rc-card-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 18px; }
.pfc-rc-card-heading h2 { margin: 0; color: #173b49; font-size: 1.4rem; }
.pfc-rc-badge { display: inline-block; padding: 6px 9px; border-radius: 999px; background: #eaf2f4; color: #315764; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.pfc-rc-section-copy { margin: -4px 0 18px; color: #5d7078; line-height: 1.5; }
.pfc-rc-grid { display: grid; gap: 17px 20px; }
.pfc-rc-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pfc-rc-field--wide { grid-column: 1 / -1; }
.pfc-rc-field label { display: block; margin-bottom: 7px; color: #243b44; font-weight: 700; }
.pfc-rc-field label span { color: #76878d; font-weight: 400; }
.pfc-rc-field input,
.pfc-rc-field select {
    width: 100%;
    min-height: 43px;
    padding: 9px 11px;
    border: 1px solid #bdcbd0;
    border-radius: 6px;
    background: #fff;
    color: #1e3037;
    font: inherit;
}
.pfc-rc-field input:focus,
.pfc-rc-field select:focus { border-color: #537c8a; outline: 2px solid rgba(83, 124, 138, .15); }
.pfc-rc-field small { display: block; margin-top: 6px; color: #6b7d84; line-height: 1.4; }
.pfc-rc-input-suffix { display: flex; align-items: stretch; }
.pfc-rc-input-suffix input { border-radius: 6px 0 0 6px; }
.pfc-rc-input-suffix span { display: flex; align-items: center; padding: 0 13px; border: 1px solid #bdcbd0; border-left: 0; border-radius: 0 6px 6px 0; background: #f4f7f8; color: #425c66; font-weight: 700; }
.pfc-rc-price-preview { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 22px; padding: 18px; border-radius: 8px; background: #f7fafb; text-align: center; }
.pfc-rc-price-preview span { display: block; margin-bottom: 4px; color: #657880; font-size: .86rem; }
.pfc-rc-price-preview strong { color: #173b49; font-size: 1.35rem; }
.pfc-rc-price-arrow { color: #66818b; font-size: 1.5rem; }
.pfc-rc-subdomain-input { display: flex; align-items: stretch; }
.pfc-rc-subdomain-input span { display: flex; align-items: center; padding: 0 10px; border: 1px solid #bdcbd0; background: #f4f7f8; color: #536a73; }
.pfc-rc-subdomain-input span:first-child { border-radius: 6px 0 0 6px; border-right: 0; }
.pfc-rc-subdomain-input span:last-child { border-radius: 0 6px 6px 0; border-left: 0; }
.pfc-rc-subdomain-input input { min-width: 0; border-radius: 0; }
.pfc-rc-url-preview { margin-top: 20px; padding: 14px 16px; border: 1px dashed #b9cbd1; border-radius: 8px; background: #fafcfc; }
.pfc-rc-url-preview span,
.pfc-rc-url-preview em { display: block; color: #6a7d84; }
.pfc-rc-url-preview strong { display: block; margin: 4px 0; color: #173b49; overflow-wrap: anywhere; }
.pfc-rc-url-preview em { font-size: .85rem; }
.pfc-rc-savebar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 22px; border-radius: 10px; background: #eef4f6; }
.pfc-rc-savebar strong, .pfc-rc-savebar span { display: block; }
.pfc-rc-savebar strong { margin-bottom: 3px; color: #173b49; }
.pfc-rc-savebar span { color: #61757d; }
.pfc-rc-save-button { padding: 11px 19px; border: 1px solid #0E3341; border-radius: 7px; background: #0E3341; color: #fff; font-weight: 700; cursor: pointer; }
.pfc-rc-save-button:hover, .pfc-rc-save-button:focus { background: #194958; border-color: #194958; }
@media (max-width: 720px) {
    .pfc-rc-grid--2 { grid-template-columns: 1fr; }
    .pfc-rc-field--wide { grid-column: auto; }
    .pfc-rc-card-heading, .pfc-rc-price-preview, .pfc-rc-savebar { display: block; }
    .pfc-rc-badge { margin-top: 8px; }
    .pfc-rc-price-arrow { margin: 9px 0; transform: rotate(90deg); }
    .pfc-rc-save-button { width: 100%; margin-top: 15px; }
    .pfc-rc-subdomain-input { display: grid; grid-template-columns: auto minmax(100px, 1fr); }
    .pfc-rc-subdomain-input span:last-child { grid-column: 1 / -1; border-left: 1px solid #bdcbd0; border-top: 0; border-radius: 0 0 6px 6px; }
    .pfc-rc-subdomain-input input { border-radius: 0 6px 0 0; }
}


/* Premium feature options shown on Manage My PFC Online Catalog */
.pfc-rc-badge--premium{background:#eef4f6;color:#173f50}
.pfc-rc-premium-card{border-color:#c9d9df}
.pfc-rc-premium-list{display:grid;gap:10px}
.pfc-rc-premium-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 14px;border:1px solid #dfe7ea;border-radius:8px;background:#f8fafb}
.pfc-rc-premium-row>div{min-width:0}
.pfc-rc-premium-row strong{display:block;color:#254956;font-size:.98rem;line-height:1.3}
.pfc-rc-premium-row span{display:block;margin-top:3px;color:#6b7d84;font-size:.84rem;line-height:1.4}
.pfc-rc-premium-button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border:1px solid #0E3341;border-radius:6px;background:#fff;color:#0E3341!important;text-decoration:none!important;font-size:.82rem;font-weight:800}
.pfc-rc-premium-button:hover,.pfc-rc-premium-button:focus{background:#0E3341;color:#fff!important}
@media(max-width:720px){.pfc-rc-premium-row{display:block}.pfc-rc-premium-button{margin-top:10px;width:100%}}
