.jpcp-dashboard-card {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 18px;
    transition: 0.2s;

    display: flex;
    flex-direction: column;
    height: 100%;

    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
}

.jpcp-dashboard-card p {
    color: #777;
    margin-bottom: 18px;
    flex-grow: 1;
}

.jpcp-dashboard-card a {
    margin-top: auto;
    align-self: flex-start;
}

.jpcp-dashboard-card p {
    margin-bottom: 18px;
}

body.woocommerce-account {
    background: #FFEDE6;
}
/*
.woocommerce-account .woocommerce {
    max-width: 1100px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
}
    
*/

.woocommerce-account .woocommerce {
    max-width: 1100px;
    margin: 40px auto;
    gap: 24px;
}

.woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

.woocommerce-MyAccount-content {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}



body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 8px !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block !important;
    padding: 13px 15px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #222 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: #111 !important;
    color: #fff !important;
}

body.woocommerce-account input.input-text {
    height: 48px !important;
    border-radius: 12px !important;
    border: 1px solid #ddd !important;
    padding: 0 14px !important;
}

body.woocommerce-account button.button,
body.woocommerce-account a.button {
    border-radius: 12px !important;
    padding: 13px 20px !important;
    background: #111 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.jpcp-dashboard-header {
    margin-bottom: 28px;
}

.jpcp-dashboard-header h2 {
    margin-bottom: 6px;
}

.jpcp-dashboard-header p {
    color: #777;
}

.jpcp-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.jpcp-dashboard-card {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 24px;
    transition: 0.2s;
}

.jpcp-dashboard-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.jpcp-dashboard-card h3 {
    margin-bottom: 10px;
}

.jpcp-dashboard-card p {
    color: #777;
    margin-bottom: 18px;
}

.jpcp-dashboard-card a {
    text-decoration: none;
    font-weight: 700;
}

@media(max-width:768px){

    .jpcp-dashboard-grid {
        grid-template-columns: 1fr;
    }

}

body.woocommerce-account .woocommerce-MyAccount-navigation-link a::before {
    margin-right: 10px;
    font-size: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "🏠";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--quotations a::before {
    content: "💬";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before {
    content: "📦";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--my-items a::before {
    content: "🇯🇵";
    margin-right: 10px;
    font-size: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--shipping-requests a::before {
    content: "✈️";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--payment-methods a::before {
    content: "💳";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "📍";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "⚙";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "🚪";
}

.jpcp-dashboard-card {
    position: relative;
    overflow: hidden;
}

.jpcp-dashboard-card::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: rgba(0,0,0,0.03);
    border-radius: 50%;
}

.jpcp-dashboard-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.jpcp-dashboard-card a {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.jpcp-dashboard-card a:hover {
    opacity: 0.9;
}

/* remove bordas antigas do menu */
body.woocommerce-account .woocommerce-MyAccount-navigation ul,
body.woocommerce-account .woocommerce-MyAccount-navigation li,
body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    border: none !important;
    box-shadow: none !important;
}

/* remove linhas laterais/superiores */
body.woocommerce-account .woocommerce-MyAccount-navigation {
    border: none !important;
}

/* links do menu */
body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    background: transparent !important;
    transition: 0.2s !important;
}

/* hover vermelho */
body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: #d90429 !important;
    color: #fff !important;
    border-radius: 12px !important;
}

/* item ativo */
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: #d90429 !important;
    color: #fff !important;
    border-radius: 12px !important;
}


.jpcp-page-header {
    margin-bottom: 24px;
}

.jpcp-page-header h2 {
    margin-bottom: 6px;
}

.jpcp-page-header p {
    color: #777;
}

.jpcp-quotes-list {
    display: grid;
    gap: 18px;
}

.jpcp-quote-card {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 16px;
}

.jpcp-quote-main {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 10px;
    
}

.jpcp-quote-main h3 {
    margin: 0;
    font-size: 18px;
}

.jpcp-quote-main p {
    color: #777;
    margin: 0;
}

.jpcp-quote-status {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 999px;
    font-weight: 700;
    white-space: nowrap;
}

.jpcp-quote-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 0;
}

.jpcp-quote-info div {
    background: #fff;
    border-radius: 14px;
    padding: 10px 12px;
}

.jpcp-quote-info small {
    display: block;
    color: #777;
    margin-bottom: 3px;
    font-size: 12px;
}

.jpcp-quote-info strong {
    font-size: 15px;
}

.jpcp-btn {
    display: inline-block;
    background: #d90429;
    color: #fff !important;
    padding: 11px 17px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 700;
}

@media(max-width:768px){

    .jpcp-quote-main {
        display: block;
    }

    .jpcp-quote-status {
        display: inline-block;
        margin-top: 12px;
    }

    .jpcp-quote-info {
        grid-template-columns: 1fr;
    }
}

.jpcp-quote-actions {
    display: flex;
    justify-content: flex-end;
}

.jpcp-section-card,
.jpcp-summary-card {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 20px;
}

.jpcp-section-card h3,
.jpcp-summary-card h3 {
    margin-bottom: 18px;
}

.jpcp-product-list {
    display: grid;
    gap: 18px;
}

.jpcp-product-card {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 18px;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
}

.jpcp-product-image {
    width: 110px;
    height: 110px;
    background: #f1f1f1;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #999;
    font-size: 13px;
    text-align: center;
}

.jpcp-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jpcp-product-content h4 {
    margin-bottom: 6px;
}

.jpcp-product-content a {
    font-weight: 700;
    color: #d90429;
    text-decoration: none;
}

.jpcp-product-note {
    margin-top: 10px;
    padding: 10px;
    background: #fff7e6;
    border-radius: 10px;
    color: #6b4b00;
}

.jpcp-product-prices div {
    background: #fafafa;
    border-radius: 14px;
    padding: 14px;
    border: 1px solid #eee;
    text-align: center;
}

.jpcp-product-prices small {
    display: block;
    color: #777;
    margin-bottom: 6px;
    font-size: 12px;
}

.jpcp-product-prices strong {
    font-size: 16px;
    line-height: 1.3;
}

.jpcp-product-prices small {
    display: block;
    color: #777;
    margin-bottom: 4px;
}

.jpcp-summary-total {
    font-size: 18px;
    border-bottom: none;
    margin-top: 8px;
}

.jpcp-summary-brl {
    margin-top: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    font-weight: 700;
    color: #0a7d32;
}

.jpcp-summary-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.jpcp-btn-secondary {
    display: inline-block;
    text-align: center;
    background: #eee;
    color: #222 !important;
    padding: 11px 17px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 700;
}

@media(max-width:900px) {
    .jpcp-summary-grid {
        grid-template-columns: 1fr 1fr;
    }

    .jpcp-product-card {
        grid-template-columns: 1fr !important;
    }

    .jpcp-product-image {
        width: 100% !important;
        height: 180px !important;
    }

    .jpcp-product-prices {
        grid-template-columns: 1fr 1fr !important;
    }
}

.jpcp-detail-layout {
    display: block !important;
}

.jpcp-summary-card {
    margin-bottom: 24px !important;
    background: #fff !important;
    border-radius: 18px !important;
    padding: 22px !important;
    border: 1px solid #eee !important;
}

.jpcp-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.jpcp-summary-box {
    background: #fafafa;
    border-radius: 14px;
    padding: 14px;
}

.jpcp-summary-box small {
    display: block;
    color: #777;
    margin-bottom: 6px;
}

.jpcp-summary-box strong {
    font-size: 18px;
}

.jpcp-product-card {
    display: grid !important;
    grid-template-columns: 120px 1fr !important;
    gap: 18px !important;
    align-items: flex-start !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 16px !important;
    padding: 18px !important;
}

.jpcp-product-image {
    width: 120px !important;
    height: 120px !important;
}

.jpcp-product-prices {
    grid-template-columns: repeat(3, 1fr) !important;
}

@media(max-width:900px) {
    .jpcp-summary-grid {
        grid-template-columns: 1fr 1fr;
    }

    .jpcp-product-card {
        grid-template-columns: 1fr !important;
    }

    .jpcp-product-image {
        width: 100% !important;
        height: 180px !important;
    }

    .jpcp-product-prices {
        grid-template-columns: 1fr 1fr !important;
    }
}

.jpcp-product-simple-info {
    display: grid;
    grid-template-columns: 140px 180px;
    gap: 12px;
    margin-top: 14px;
}

.jpcp-product-simple-info div {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 14px;
}

.jpcp-product-simple-info small {
    display: block;
    color: #777;
    margin-bottom: 5px;
}

.jpcp-product-simple-info strong {
    font-size: 18px;
}

.jpcp-financial-details {
    margin-top: 14px;
}

.jpcp-financial-details summary {
    cursor: pointer;
    color: #d90429;
    font-weight: 700;
}

.jpcp-financial-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.jpcp-financial-grid div {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 12px;
}

.jpcp-financial-grid span {
    display: block;
    color: #777;
    font-size: 13px;
    margin-bottom: 5px;
}

@media(max-width:768px) {
    .jpcp-product-simple-info,
    .jpcp-financial-grid {
        grid-template-columns: 1fr;
    }
}

.jpcp-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.jpcp-status-badge.received {
    background: #eef2ff;
    color: #4338ca;
}

.jpcp-status-badge.analysis {
    background: #fff7ed;
    color: #c2410c;
}

.jpcp-status-badge.sent {
    background: #eff6ff;
    color: #2563eb;
}

.jpcp-status-badge.approved {
    background: #ecfdf5;
    color: #059669;
}

.jpcp-status-badge.payment {
    background: #fef3c7;
    color: #b45309;
}

.jpcp-status-badge.paid {
    background: #dcfce7;
    color: #15803d;
}

.jpcp-status-badge.cancelled {
    background: #fee2e2;
    color: #dc2626;
}

.jpcp-approved-message {
    background: #ecfdf5;
    color: #059669;
    padding: 14px;
    border-radius: 14px;
    text-align: center;
    font-weight: 700;
}

.jpcp-waiting-message {
    background: #fff7ed;
    color: #c2410c;
    padding: 14px;
    border-radius: 14px;
    text-align: center;
    font-weight: 700;
}

.jpcp-summary-actions .jpcp-btn {
    width: 100%;
    text-align: center;
}

.jpcp-product-card {
    overflow: hidden;
}

.jpcp-product-content {
    min-width: 0;
}

.jpcp-product-content h4 {
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.4;
}

.jpcp-timeline-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 24px;
}

.jpcp-timeline-card h3 {
    margin-bottom: 18px;
}

.jpcp-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.jpcp-timeline-step {
    position: relative;
    text-align: center;
    color: #999;
    font-weight: 700;
}

.jpcp-timeline-dot {
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #ddd;
}

.jpcp-timeline-step.active {
    color: #d90429;
}

.jpcp-timeline-step.active .jpcp-timeline-dot {
    background: #d90429;
}

@media(max-width:768px) {
    .jpcp-timeline {
        grid-template-columns: 1fr;
    }

    .jpcp-timeline-step {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .jpcp-timeline-dot {
        margin: 0;
    }
}

.jpcp-timeline-step.active {
    color: #16a34a;
}

.jpcp-timeline-step.active .jpcp-timeline-dot {
    background: #16a34a;
}

/* passo atual piscando */
.jpcp-timeline-step.current {
    color: #d97706;
}

.jpcp-timeline-step.current .jpcp-timeline-dot {
    background: #f59e0b;
    animation: jpcp-pulse 1.2s infinite;
}

.jpcp-timeline-step.current:last-child {
    color: #16a34a;
}

.jpcp-timeline-step.current:last-child .jpcp-timeline-dot {
    background: #16a34a;
    animation: none;
}

@keyframes jpcp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(245, 158, 11, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
    }
}

.jpcp-order-box {
    margin-top: 14px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.jpcp-order-box span {
    color: #777;
    font-size: 14px;
}

.jpcp-order-box strong {
    font-size: 16px;
}

.jpcp-order-box em {
    font-style: normal;
    font-weight: 700;
    color: #d90429;
}

.jpcp-detail-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.jpcp-detail-topbar h2 {
    margin: 0;
}

.jpcp-back-top {
    white-space: nowrap;
}

.jpcp-tracking-box {
    margin-top: 18px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    padding: 18px;
    text-align: center;
}

.jpcp-tracking-header {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.jpcp-tracking-box p {
    margin-bottom: 8px;
    color: #555;
}

.jpcp-tracking-box strong {
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
}

.jpcp-tracking-box a {
    display: inline-block;
    background: #2563eb;
    color: #fff !important;
    padding: 11px 16px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 700;
}

.woocommerce-Addresses {
    display: flex !important;
    gap: 24px !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
}

.woocommerce-Addresses::before,
.woocommerce-Addresses::after {
    display: none !important;
    content: none !important;
}

.woocommerce-Addresses .woocommerce-Address {
    float: none !important;
    clear: none !important;
    width: calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.woocommerce-Address {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

@media(max-width:768px) {
    .woocommerce-Addresses {
        flex-direction: column !important;
    }

    .woocommerce-Addresses .woocommerce-Address {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* =========================
MEUS ITENS
========================= */

.jpci-my-items {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.jpci-header {
    display: grid;
    grid-template-columns: 70px 120px 1fr 180px 180px 120px;
    gap: 14px;
    align-items: center;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 700;
    color: #777;
}

.jpci-row {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.jpci-row-main {
    display: grid;
    grid-template-columns: 70px 120px 1fr 180px 180px 120px;
    gap: 14px;
    align-items: center;
    padding: 16px;
}

.jpci-photo {
    width: 56px;
    height: 56px;
}

.jpci-photo img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.jpci-product {
    font-weight: 600;
    line-height: 1.4;
    word-break: break-word;
}

.jpci-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    width: fit-content;
}

.jpci-row small {
    display: block;
    color: #777;
    margin-top: 4px;
}

.jpci-row details {
    width: 100%;
}

.jpci-row details summary {
    cursor: pointer;
    font-weight: 700;
    user-select: none;
    color: #d90429;
}

.jpci-details {
    padding: 18px;
    background: #fafafa;
    border-top: 1px solid #eee;
}

.jpci-details p {
    margin: 10px 0;
    line-height: 1.5;
}

.jpci-details a {
    color: #d90429;
    font-weight: 700;
    text-decoration: none;
}

/* MOBILE */

@media(max-width:768px){

    .jpci-header {
        display: none;
    }

    .jpci-row-main {
        grid-template-columns: 60px 1fr;
        gap: 14px;
    }

    .jpci-row-main > div:nth-child(n+3) {
        grid-column: 1 / -1;
    }

    .jpci-status {
        margin-top: 4px;
    }

    .jpci-photo,
    .jpci-photo img {
        width: 60px;
        height: 60px;
    }
}

.jpcp-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.jpcp-card-icon {
    font-size: 28px;
    margin: 0;
}

.jpcp-card-number {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    line-height: 1;
    margin: 0;
}

/* =========================
ENVIOS E CONSOLIDAÇÕES
========================= */

.jpci-shipping-list {
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

.jpci-shipping-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.jpci-shipping-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.jpci-shipping-top h3 {
    margin: 0;
}

.jpci-shipping-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.jpci-shipping-info div {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 14px;
}

.jpci-shipping-info small {
    display: block;
    color: #777;
    margin-bottom: 5px;
}

.jpci-shipping-info strong {
    font-size: 16px;
}

.jpci-shipping-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.jpci-shipping-status.paid {
    background: #dcfce7;
    color: #15803d;
}

.jpci-shipping-status.pending {
    background: #fef3c7;
    color: #b45309;
}

.jpci-shipping-status.sent {
    background: #dbeafe;
    color: #2563eb;
}

@media(max-width:768px){

    .jpci-shipping-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .jpci-shipping-info {
        grid-template-columns: 1fr;
    }

}

.jpci-shipping-card {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
    transition: 0.2s;
}

.jpci-shipping-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* =========================
DETALHE DO ENVIO
========================= */

.jpci-shipping-detail {
    display: grid;
    gap: 20px;
}

.jpci-shipping-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 22px;
}

.jpci-shipping-detail-header h2 {
    margin: 0 0 6px;
    font-size: 26px;
}

.jpci-shipping-detail-header p {
    margin: 0;
    color: #777;
}

.jpci-back-link {
    background: #111;
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 700;
    white-space: nowrap;
}

.jpci-shipping-detail-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.jpci-shipping-detail-summary > div,
.jpci-shipping-section {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 18px;
}

.jpci-shipping-detail-summary small {
    display: block;
    color: #777;
    margin-bottom: 6px;
}

.jpci-shipping-detail-summary strong {
    font-size: 18px;
}

.jpci-shipping-section h3 {
    margin: 0 0 16px;
}

.jpci-shipping-items {
    display: grid;
    gap: 12px;
}

.jpci-shipping-item {
    display: grid;
    gap: 6px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 14px;
}

.jpci-shipping-item strong {
    color: #111;
}

.jpci-shipping-item span {
    font-weight: 600;
}

.jpci-shipping-item small {
    color: #777;
}

@media(max-width:768px) {
    .jpci-shipping-detail-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .jpci-shipping-detail-summary {
        grid-template-columns: 1fr;
    }
}

.jpcp-quote-card {
    display:block;
    text-decoration:none !important;
    color:inherit !important;
    cursor:pointer;
    transition:.2s;
}

.jpcp-quote-card:hover {
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

