/* -------------------------------------------------------------------------------- */
/* ! DASHBOARD */
/* -------------------------------------------------------------------------------- */
.woocommerce-MyAccount-content h2{
    margin-top: 50px;
}

.wcra-grid {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:25px;
}

.wcra-card {
    border:2px solid #0B7AD6;
    padding:15px;
    border-radius:12px;
    background:#f9f9f9;
    text-align:center;
    transition:all 0.3s ease;
}

.wcra-card:hover {
    box-shadow:0 8px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.wcra-card a{
    text-decoration: none;
}

.wcra-card h3{
    font-size: 20px;
}

.wcra-card img {
    width:100%;
    height:140px;
    object-fit:cover;
    border-radius:10px;
    margin-bottom: 20px;
}

.wcra-card .button {
    background:#0B7AD6;
    color:#fff;
    padding:10px;
    border-radius:50px;
    margin-top:10px;
    display:block;
    text-decoration:none;
    font-weight:bold;
}

.wcra-card .button:hover {
    background:#095a9d;
}



/* -------------------------------------------------------------------------------- */
/* ! PAGE */
/* -------------------------------------------------------------------------------- */
.wcra-restricted{
    max-width:1250px;
    margin:auto;
    padding: 150px 0 50px 0;
}

.wcra-restricted h1{margin-bottom: 10px;}
.wcra-restricted p{margin-bottom: 40px;}

.wcra-restricted .colonne{display: flex; text-align: center;}
.wcra-restricted .colonne .colonna__alta,
.wcra-restricted .colonne .colonna_social{flex-basis: 50%;}

.wcra-restricted a.button{
    background: #0B7AD6;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.wcra-restricted a.button:hover {
    background: #095a9d;
}

.wcra-restricted a.btn{
    display: block;
    text-align: center;
    width: 30%;
    margin: 50px auto 0 auto;
    padding: 20px;
}
