/* Bajt Adresy – Adres Zamieszkania */

/* Badge na karcie adresu */
.bajt-residential-badge {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 0.85em;
    color: #5a6c77;
}

.bajt-residential-badge i {
    margin-right: 4px;
}

/* Karta adresu zamieszkania na liście adresów */
.bajt-residential-card {
    border: 1px solid #d0dce8;
}

.bajt-residential-card h4 i {
    margin-right: 6px;
    color: #5a6c77;
}

/* Strona wyboru adresu zamieszkania */
.bajt-residential-intro {
    margin-bottom: 20px;
    color: #555;
}

.bajt-residential-selection {
    margin-bottom: 20px;
}

.bajt-residential-col {
    margin-bottom: 15px;
}

.bajt-address-option {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.bajt-address-option input[type="radio"] {
    display: none;
}

.bajt-address-option .address {
    border: 2px solid #d6d4d4;
    border-radius: 4px;
    transition: border-color 0.15s ease;
    height: 100%;
    margin-bottom: 0;
}

.bajt-address-option.is-selected .address,
.bajt-address-option:has(input:checked) .address {
    border-color: #25b9d7;
}

.bajt-address-option:hover .address {
    border-color: #25b9d7;
}

/* Karta "Dodaj nowy adres" */
.bajt-add-address-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    border: 2px dashed #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #888;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.bajt-add-address-card:hover {
    border-color: #25b9d7;
    color: #25b9d7;
    text-decoration: none;
}

.bajt-add-address-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px;
}

.bajt-residential-actions {
    margin-top: 10px;
}

/* Blok w historii zamówień */
.bajt-residential-order {
    margin-top: 15px;
}

.bajt-residential-order h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.bajt-residential-order h4 i {
    margin-right: 6px;
    color: #5a6c77;
}

/* Sekcja adresu zamieszkania w checkoucie */
.bajt-residential-checkout-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
}

.bajt-residential-checkout-wrapper h2 {
    margin-bottom: 12px;
}

.bajt-residential-checkout-wrapper h2 i {
    margin-right: 6px;
    color: #5a6c77;
}

.bajt-residential-differs-info {
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 12px;
    font-size: 0.9em;
}

.bajt-residential-differs-info i {
    margin-right: 5px;
}

.bajt-residential-checkbox-line {
    margin-bottom: 12px;
}

#bajt-residential-addresses-section {
    margin-top: 10px;
}

#bajt-residential-addresses-section .address-selector {
    margin-bottom: 10px;
}

/* Panel admin */
.bajt-residential-admin-panel {
    margin-top: 20px;
}

.bajt-residential-admin-panel .panel-heading {
    background-color: #f8f8f8;
    padding: 10px 15px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.bajt-residential-admin-panel .panel-heading i {
    margin-right: 6px;
}

.bajt-residential-admin-panel .panel-body {
    padding: 15px;
}
