/*
Theme Name: Astra Child
Template: astra
*/

.custom-checkout {
    max-width: 480px;
    margin: 60px auto;
    padding: 40px 32px;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    text-align: center;
}

.custom-checkout__icon {
    font-size: 48px;
    margin-bottom: 16px;
    line-height: 1;
}

.custom-checkout__title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
}

.custom-checkout__message {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 28px;
}

.custom-checkout__btn {
    display: inline-block;
    padding: 12px 28px;
    background: #111827;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
}

.custom-checkout__btn:hover {
    background: #374151;
    color: #fff;
}

.nc-info-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
    align-items: center;
}

.nc-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 200px;
    min-width: 0;
}

.nc-info-item+.nc-info-item {
    border-left: 1.5px solid #e5e7eb;
    padding-left: 16px;
}

.nc-info-icon {
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
}

.nc-info-texts {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.nc-info-sub {
    font-size: 11px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: 2px;
}

.nc-info-val {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nc-wijzigen {
    margin-left: auto;
    flex-shrink: 0;
    background: #111827;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    text-decoration: none !important;
    letter-spacing: .03em;
    transition: background .15s;
}

.nc-wijzigen:hover {
    background: #374151;
}

@media (max-width: 600px) {
    .nc-info-item+.nc-info-item {
        border-left: none;
        padding-left: 0;
        border-top: 1.5px solid #e5e7eb;
        padding-top: 12px;
    }
}