/*
Theme Name:     CarbonGuru Carbon
Theme URI:      
Description:    Twentytwentyfive child theme.
Author:         CarbonGuru
Author URI:     
Template:       twentytwentyfive
Version:        0.1.1
*/

/* CG Offset Status Block Styles */
.cg-offset-status-block {
    margin: 0.5em 0;
}

.cg-offset-status-line {
    display: flex;
    align-items: center;
    gap: 0.5em;
    flex-wrap: wrap;
}

.cg-offset-status-icon {
    color: #28a745;
    font-weight: bold;
}

.cg-offset-status-label {
    color: #666;
}

.cg-offset-status-value {
    font-weight: 500;
}

.cg-offset-status-yes {
    color: #28a745;
}

.cg-offset-status-no {
    color: #999;
}

.cg-offset-status-login a {
    color: #0073aa;
    text-decoration: underline;
}

.cg-offset-status-login a:hover {
    color: #005177;
}

/* CG Offset Cost Block Styles */
.cg-offset-cost-block {
    margin: 0.5em 0;
}

.cg-offset-cost-line,
.cg-offset-product-line {
    display: flex;
    align-items: center;
    gap: 0.5em;
    flex-wrap: wrap;
    margin-bottom: 0.25em;
}

.cg-offset-cost-label,
.cg-offset-product-label {
    color: #666;
}

.cg-offset-cost-value,
.cg-offset-product-value {
    font-weight: 500;
}
