/*
 Theme Name:   Astra Child for Insurely.pro
 Theme URI:    https://insurely.pro/
 Description:  A child theme for Astra, customized for Insurely.pro insurance website.
 Author:       Insurely Inc.
 Author URI:   https://insurely.pro/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/
/* Dashboard styling for Insurely.pro */
.dashboard-section {
    background-color: #ffffff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 48, 135, 0.1);
}

.dashboard-section h2 {
    color: #003087;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.dashboard-section h3 {
    color: #003087;
    font-size: 20px;
    margin-top: 20px;
}

.dashboard-section p {
    color: #333333;
    font-size: 16px;
    margin: 5px 0;
}

.dashboard-section div {
    transition: all 0.3s ease;
}

.dashboard-section div:hover {
    background: #f0f8f5;
    border-color: #009966;
}

.login-button {
    color: #1E90FF;
    padding: 10px 20px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.login-button:hover {
    color: #2E8B57;
}

.account-link {
    color: #8A2BE2;
    font-weight: 600;
}

.account-link:hover {
    color: #2E8B57;
}

.login-button i {
    margin-right: 5px;
}