/*
Theme Name:     Hello-elementor-child
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Me
Author URI:     
Template:       hello-elementor
Version:        0.1.0
*/
/* FORM GENERALI */
.woocommerce-account .woocommerce form .form-row input,
.woocommerce-account .woocommerce form .form-row select,
.woocommerce-account .woocommerce form .form-row textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    background-color: #f9f9f9 !important;
    font-size: 1rem;
    color: #111;
    transition: all 0.3s ease;
}

.woocommerce-account .woocommerce form .form-row input:focus,
.woocommerce-account .woocommerce form .form-row select:focus,
.woocommerce-account .woocommerce form .form-row textarea:focus {
    border-color: #000 !important;
    background-color: #fff !important;
    outline: none;
}

/* LABEL */
.woocommerce-account .woocommerce form .form-row label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.95rem;
    color: #222;
}

/* PULSANTI */
.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce input.button {
    background-color: #000 !important;
    color: #fff !important;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.3s ease;
}

.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce input.button:hover {
    background-color: #333 !important;
}

/* LINK COME BUTTON */
.woocommerce-account a.button {
    background: transparent !important;
    border: 1px solid #000;
    color: #000;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.woocommerce-account a.button:hover {
    background-color: #000;
    color: #fff;
}

/* TABELLA ORDINI */
.woocommerce-account .woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.woocommerce-account .woocommerce table.shop_table th,
.woocommerce-account .woocommerce table.shop_table td {
    padding: 1rem;
    border: 1px solid #eee;
    text-align: left;
}

.woocommerce-account .woocommerce table.shop_table th {
    background-color: #fafafa;
    font-weight: 600;
    color: #111;
}

.woocommerce-account .woocommerce table.shop_table td {
    background-color: #fff;
    color: #333;
}

/* STATO ORDINI */
.woocommerce-account .woocommerce-orders-table__cell-order-status {
    text-transform: capitalize;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce table.shop_table th,
    .woocommerce-account .woocommerce table.shop_table td {
        padding: 0.75rem;
    }
}
