.msa-address-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.msa-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    width: calc(33% - 20px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.msa-card-body h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #007cba;
}

.msa-card-actions {
    margin-top: 10px;
}

.msa-card-actions a {
    margin-right: 10px;
    text-decoration: none;
    color: #007cba;
    font-weight: bold;
}

.msa-card-actions a:hover {
    text-decoration: underline;
}

.msa-toggle-form {
    background: #007cba;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.msa-toggle-form:hover {
    background: #005f8c;
}

.msa-address-form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.msa-address-form input, .msa-address-form select, .msa-address-form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.msa-address-form button {
    background: #28a745;
    color: #fff;
    border: none;
    cursor: pointer;
}

.msa-address-form button:hover {
    background: #218838;
}

.woocommerce-shipping-fields{
    display: flex;
    flex-direction: column;
}
