/**
* Theme Name: Creote Child
* Description: This is a child theme of Creote, generated by Merlin WP.
* Author: <a href="http://steelthemes.com/steelthemes">Steelthemes</a>
* Template: creote
* Version: 1.0.0
*/

/* Tab styling */
./* Tab styling */
.affwp-tabs a,
.affwp-tabs a:hover {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: #f9f9f9;
    border-radius: 8px;
    text-decoration: none;
    color: #444;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.affwp-tabs a:hover {
    background: #0073aa;
    color: #fff;
}

/* Summary boxes */
.affwp-dashboard-summary div,
.affwp-dashboard-summary div h3,
.affwp-dashboard-summary div p {
    flex: 1;
    text-align: center;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
}

.affwp-dashboard-summary div h3 {
    color: #0073aa;
    margin: 0 0 5px;
}

.affwp-dashboard-summary div p {
    margin: 0;
    font-size: 14px;
    color: #666;
}
