.paszowo-shipping { margin: 12px 0; }

.paszowo-shipping-trigger {
    background: none; border: none; padding: 0; margin: 0;
    font-size: 13px; font-weight: 500; color: #111;
    text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px;
    cursor: pointer; font-family: inherit; transition: opacity 0.2s ease;
}
.paszowo-shipping-trigger:hover { opacity: 0.6; }

.paszowo-shipping-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 100000;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: opacity 0.25s ease, visibility 0.25s ease;
}
.paszowo-shipping-overlay.active { opacity: 1; visibility: visible; }

.paszowo-shipping-popup {
    background: #fff; color: #000; max-width: 540px; width: calc(100% - 30px);
    max-height: calc(100vh - 60px); overflow-y: auto; padding: 36px; position: relative;
    box-shadow: 0 12px 48px rgba(0,0,0,0.18); border-radius: 6px;
    transform: translateY(12px) scale(0.97); transition: transform 0.25s ease;
}
.paszowo-shipping-overlay.active .paszowo-shipping-popup { transform: translateY(0) scale(1); }

.paszowo-shipping-close {
    position: absolute; top: 14px; right: 18px; background: none; border: none;
    font-size: 26px; line-height: 1; color: #000; cursor: pointer; padding: 4px; opacity: 0.45; transition: opacity 0.2s;
}
.paszowo-shipping-close:hover { opacity: 1; }

.paszowo-shipping-title {
    font-size: 20px; font-weight: 700; margin: 0 0 20px; padding-right: 30px;
    padding-bottom: 16px; line-height: 1.3; color: #000; border-bottom: 1px solid #e0e0e0;
}

.paszowo-shipping-list { display: flex; flex-direction: column; gap: 0; }

.paszowo-shipping-carrier {
    display: flex; align-items: center; gap: 16px;
    padding: 14px 0; border-bottom: 1px solid #f0f0f0;
}
.paszowo-shipping-carrier:last-child { border-bottom: none; }

.paszowo-shipping-logo { width: 48px; height: 32px; object-fit: contain; flex-shrink: 0; }

.paszowo-shipping-logo-placeholder {
    width: 48px; height: 32px; display: flex; align-items: center; justify-content: center;
    color: #999; flex-shrink: 0;
}

.paszowo-shipping-info { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.paszowo-shipping-name { font-size: 14px; font-weight: 600; color: #111; }
.paszowo-shipping-delay { font-size: 12px; color: #666; }

.paszowo-shipping-price {
    font-size: 14px; font-weight: 700; color: #4a6e1e; white-space: nowrap; flex-shrink: 0;
}

.paszowo-shipping-empty { font-size: 14px; color: #666; text-align: center; padding: 20px 0; }

@media (max-width: 480px) { .paszowo-shipping-popup { padding: 24px 20px; } }
