.dpp-second-title {
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
}

.dpp-second-sections {
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.dpp-second-section-title {
    font-size: 20px;
    text-transform: uppercase;
}

.dpp-second-delivery-options,
.dpp-second-payment-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dpp-second-delivery-item,
.dpp-second-payment-item {
    position: relative;
}

.dpp-second-delivery-item input[type="radio"],
.dpp-second-payment-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.dpp-second-delivery-label {
    display: flex;
    align-items: flex-end;
    gap: 100px;
    padding-bottom: 5px;
    border-bottom: 1px solid #B7B7B7;
}

.dpp-second-payment-label {
    display: flex;
    align-items: flex-end;
    gap: 100px;
    padding-bottom: 5px;
    border-bottom: 1px solid #B7B7B7;
}

.dpp-second-delivery-icon {
    width: 40px;
    height: 40px;
    background-image: var(--img-email-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.dpp-second-payment-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dpp-second-delivery-icon i,
.dpp-second-payment-icon i {
    font-size: 18px;
    color: #666666;
}

.dpp-second-payment-icon.payment-p24 {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #d32f2f;
    font-weight: 600;
}

.dpp-second-payment-icon.payment-blik {
    background: #000000;
    color: #ffffff;
}

.dpp-second-payment-icon.payment-applepay {
    background: #000000;
    color: #ffffff;
}

.dpp-second-payment-icon.payment-googlepay {
    background: #4285f4;
    color: #ffffff;
}

.dpp-second-payment-icon .payment-logo {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dpp-second-delivery-text {
    font-size: 16px;
    color: #000000;
    flex: 0 0 auto;
    max-width: 200px;
}



.dpp-second-payment-text {
    font-size: 16px;
    color: #000000;
    flex: 0 0 auto;
    max-width: 200px;
}

.dpp-second-payment-icon-right {
    width: 120px;
    height: 40px;
    background-image: var(--img-przelewy24-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.dpp-second-payment-icons {
    display: flex;
    gap: 25px;
    margin-top: 15px;
    justify-content: center;
    align-items: flex-end;
}

.dpp-second-small-icon {
    width: 60px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dpp-second-small-icon.blik-icon {
    background-image: var(--img-blik-icon);
    background-color: #ffffff;
}

.dpp-second-small-icon.applepay-icon {
    background-image: var(--img-apple-pay-icon);
    background-color: #ffffff;
}

.dpp-second-small-icon.googlepay-icon {
    background-image: var(--img-google-pay-icon);
    background-color: #ffffff;
}

/* DOPISEK Z METODAMI PŁATNOŚCI */
.dpp-second-payment-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dpp-second-payment-text {
    font-weight: 500;
    white-space: nowrap;
}
.dpp-second-payment-info > .dpp-second-payment-text{
    padding-top: 10px;
}
.dpp-second-payment-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 991px) {
    .dpp-second-sections {
        flex-direction: column;
        gap: 32px;
    }
    
    .dpp-second-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    
    .dpp-second-delivery-label,
    .dpp-second-payment-label {
        padding: 14px 16px;
        min-height: 56px;
    }
    
    .dpp-second-payment-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .dpp-second-payment-icons {
        width: 100%;
        justify-content: flex-start;
    }
    
    .dpp-second-delivery-icon,
    .dpp-second-payment-icon {
        width: 36px;
        height: 36px;
    }
    
    .dpp-second-delivery-icon i,
    .dpp-second-payment-icon i {
        font-size: 16px;
    }
    
    .dpp-second-delivery-text,
    .dpp-second-payment-text {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .dpp-second-container {
        padding: 24px 16px;
    }
    
    .dpp-second-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .dpp-second-section-title {
        font-size: 13px;
        margin-bottom: 16px;
    }
    
    .dpp-second-delivery-options,
    .dpp-second-payment-options {
        gap: 12px;
    }
    
    .dpp-second-delivery-label,
    .dpp-second-payment-label {
        padding: 12px 14px;
        min-height: 52px;
        gap: 10px;
    }
    
    .dpp-second-delivery-icon,
    .dpp-second-payment-icon {
        width: 32px;
        height: 32px;
    }
    
    .dpp-second-delivery-icon i,
    .dpp-second-payment-icon i {
        font-size: 14px;
    }
    
    .dpp-second-delivery-text,
    .dpp-second-payment-text {
        font-size: 14px;
    }
    
    .dpp-second-payment-icon .payment-logo {
        font-size: 10px;
    }
}