.dcd-registration, .woocommerce-account .dcd-account, .woocommerce-checkout .dcd-dropshipper-label-field { color:#17201c; }
.dcd-registration { border:1px solid #dfe9e3; border-radius:8px; background:#fff; padding:22px; margin-top:28px; }
.dcd-registration__heading { max-width:760px; margin-bottom:18px; }
.dcd-registration__form { display:grid; gap:18px; }
.dcd-registration__form p { margin:0; }
.dcd-registration__form label { display:block; font-weight:750; color:#243129; margin-bottom:6px; }
.dcd-registration__form input[type="text"], .dcd-registration__form input[type="email"], .dcd-registration__form input[type="tel"], .dcd-registration__form input[type="password"] { width:100%; min-height:44px; border:1px solid #cbd8d1; border-radius:6px; padding:10px 12px; background:#fff; }
.dcd-registration__form input:focus { border-color:#0f766e; box-shadow:0 0 0 3px rgba(15,118,110,.14); outline:none; }
.dcd-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px 20px; }
.dcd-form-grid p { min-width:0; }
.dcd-form-consents { display:grid; gap:10px; margin:4px 0 2px; padding:14px; border-radius:8px; background:#f7faf8; border:1px solid #e1eae5; }
.dcd-form-consents label { display:flex; gap:10px; align-items:flex-start; margin:0; color:#405348; font-weight:650; line-height:1.45; }
.dcd-form-consents input[type="checkbox"] { width:18px; height:18px; flex:0 0 18px; margin:2px 0 0; accent-color:#0f766e; }
.dcd-form-consents a { color:#0f3f37; font-weight:800; }
.dcd-form-submit { margin-top:2px; }
#dcd-registration-form .dcd-registration { border:0; padding:0; margin-top:0; background:transparent; box-shadow:none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { display:grid; gap:8px; padding:0; margin:0; list-style:none; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display:block; border:1px solid #dfe9e3; border-radius:8px; padding:11px 13px; background:#fff; color:#213027; font-weight:750; text-decoration:none; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dropshipping a { border-color:#9ccfc4; background:#ecf8f5; color:#0f3f37; }
.woocommerce-account .woocommerce-MyAccount-content .dcd-account { max-width:1040px; border:1px solid #dfe9e3; border-radius:8px; background:#fff; padding:24px; box-shadow:0 10px 26px rgba(23,32,28,.06); }
.dcd-account > h2 { display:flex; align-items:center; gap:10px; margin-top:0; color:#10231d; }
.dcd-account > h2:before { content:"B2B"; display:inline-flex; align-items:center; justify-content:center; min-width:46px; height:28px; border-radius:999px; background:#0f766e; color:#fff; font-size:12px; font-weight:850; }
.dcd-account > p:first-of-type { border:1px solid #bfe4dc; background:#f0fbf8; border-radius:8px; padding:14px 16px; color:#0f3f37; font-weight:750; }
.dcd-account code { display:block; white-space:normal; word-break:break-all; background:#f5f8f6; border:1px solid #dfe9e3; border-radius:6px; padding:10px; color:#1f2a24; font-size:13px; line-height:1.5; }
.dcd-account ol, .dcd-account ul { border:1px solid #edf3ef; border-radius:8px; padding:16px 16px 16px 38px; background:#f8fbf9; }
.dcd-registration__form button.button, .dcd-account .button { border-radius:6px; background:#0f766e !important; color:#fff !important; border-color:#0f766e !important; box-shadow:0 6px 14px rgba(15,118,110,.18); font-weight:800; }
.woocommerce-checkout .dcd-dropshipper-label-field { border:1px solid #bfe4dc; background:#f7fcfa; border-radius:8px; padding:18px; margin:20px 0; box-shadow:0 8px 22px rgba(15,63,55,.06); }
.woocommerce-checkout .dcd-dropshipper-label-field h3 { margin:0 0 8px; color:#10231d; font-size:20px; }
.woocommerce-checkout .dcd-dropshipper-label-field input[type=file] { width:100%; border:1px dashed #8fc5ba; border-radius:8px; padding:14px; background:#fff; }
.woocommerce-checkout .dcd-dropshipper-label-field input[type=file]::file-selector-button { border:0; border-radius:6px; background:#0f766e; color:#fff; font-weight:800; padding:9px 12px; margin-right:12px; cursor:pointer; }
#dcd_label_upload_status { display:inline-flex; margin-top:10px; font-weight:800; }
@media (max-width:768px) { .dcd-form-grid { grid-template-columns:1fr; } .dcd-registration__form button.button { width:100%; } .woocommerce-account .woocommerce-MyAccount-content .dcd-account, .woocommerce-checkout .dcd-dropshipper-label-field { padding:18px; } .dcd-account code { font-size:12px; } }

/* Dropshipping account command center */
.woocommerce-account .woocommerce-MyAccount-content .dcd-account { max-width:1100px; padding:0; overflow:hidden; }
.dcd-account__hero { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:24px; padding:26px; background:linear-gradient(135deg,#f4fbf8 0%,#fff 62%); border-bottom:1px solid #dfe9e3; }
.dcd-account__eyebrow { margin:0 0 6px; color:#0f766e; font-size:12px; font-weight:850; text-transform:uppercase; letter-spacing:0; }
.dcd-account__hero h2 { margin:0 0 8px; color:#10231d; font-size:26px; line-height:1.2; }
.dcd-account__hero p { margin:0; color:#33413a; max-width:720px; }
.dcd-account__company { align-self:start; border:1px solid #bfe4dc; border-radius:8px; background:#fff; padding:16px; }
.dcd-account__company span, .dcd-stat span { display:block; color:#587066; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:0; }
.dcd-account__company strong { display:block; margin:5px 0; color:#10231d; font-size:18px; line-height:1.25; word-break:break-word; }
.dcd-account__company small, .dcd-stat small { color:#607168; line-height:1.45; }
.dcd-stat-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; padding:18px 26px 0; }
.dcd-stat { border:1px solid #dfe9e3; border-radius:8px; background:#fff; padding:14px; min-width:0; }
.dcd-stat strong { display:block; margin:6px 0; color:#0f3f37; font-size:24px; line-height:1.1; }
.dcd-account__panel { padding:24px 26px; border-top:1px solid #edf3ef; }
.dcd-section-heading { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; margin-bottom:14px; }
.dcd-account__panel h3 { margin:0 0 14px; color:#10231d; font-size:20px; }
.dcd-section-heading h3 { margin-bottom:0; }
.dcd-feed-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.dcd-feed-card { border:1px solid #dfe9e3; border-radius:8px; background:#fff; padding:16px; min-width:0; }
.dcd-feed-card h4 { margin:0 0 6px; color:#10231d; font-size:17px; }
.dcd-feed-card p { margin:0 0 12px; color:#4a5d53; }
.dcd-feed-card__actions { display:flex; gap:8px; flex-wrap:wrap; margin-top:12px; }
.dcd-account .dcd-copy-url { background:#fff !important; color:#0f766e !important; border-color:#9ccfc4 !important; box-shadow:none; }
.dcd-account .dcd-copy-url--done { background:#e7f7eb !important; color:#006b1a !important; border-color:#9ad5a8 !important; }
.dcd-feed-parts { margin-top:14px; border:1px solid #dfe9e3; border-radius:8px; background:#f8fbf9; padding:12px 14px; }
.dcd-feed-parts summary { cursor:pointer; font-weight:850; color:#10231d; }
.dcd-feed-part-list { display:grid; gap:10px; margin-top:12px; }
.dcd-feed-part { display:grid; grid-template-columns:100px minmax(0,1fr) auto; gap:10px; align-items:center; }
.dcd-feed-part span { font-weight:800; color:#10231d; }
.dcd-steps { margin:0; border:1px solid #edf3ef; border-radius:8px; background:#f8fbf9; padding:16px 16px 16px 38px; }
.dcd-steps li + li { margin-top:8px; }
.dcd-document-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.dcd-document-link { display:flex; flex-direction:column; gap:4px; min-height:76px; border:1px solid #dfe9e3; border-radius:8px; background:#fff; padding:14px; text-decoration:none; color:#10231d; }
.dcd-document-link span { font-weight:850; }
.dcd-document-link small { color:#0f766e; font-weight:800; }
@media (max-width:900px) { .dcd-account__hero, .dcd-stat-grid, .dcd-feed-grid, .dcd-document-grid { grid-template-columns:1fr; } .dcd-feed-part { grid-template-columns:1fr; } .dcd-section-heading { display:block; } .dcd-section-heading form { margin-top:12px; } }
@media (max-width:768px) { .dcd-account__hero, .dcd-account__panel { padding:18px; } .dcd-stat-grid { padding:14px 18px 0; } .dcd-account__hero h2 { font-size:22px; } }
