/* Hydrology Custom Color Palette Styles */

/* Text Colors */
.has-light-green-color { color: #DDEB9D !important; }
.has-medium-green-color { color: #A0C878 !important; }
.has-primary-blue-color { color: #27667B !important; }
.has-dark-blue-color { color: #143D60 !important; }
.has-white-color { color: #ffffff !important; }
.has-light-gray-color { color: #f5f5f5 !important; }
.has-medium-gray-color { color: #999999 !important; }
.has-dark-gray-color { color: #333333 !important; }

/* Background Colors */
.has-light-green-background-color { background-color: #DDEB9D !important; }
.has-medium-green-background-color { background-color: #A0C878 !important; }
.has-primary-blue-background-color { background-color: #27667B !important; }
.has-dark-blue-background-color { background-color: #143D60 !important; }
.has-white-background-color { background-color: #ffffff !important; }
.has-light-gray-background-color { background-color: #f5f5f5 !important; }
.has-medium-gray-background-color { background-color: #999999 !important; }
.has-dark-gray-background-color { background-color: #333333 !important; }

/* Gradient Backgrounds */
.has-light-medium-green-gradient-background { 
    background: linear-gradient(135deg, #DDEB9D 0%, #A0C878 100%) !important; 
}
.has-medium-green-blue-gradient-background { 
    background: linear-gradient(135deg, #A0C878 0%, #27667B 100%) !important; 
}
.has-blue-dark-blue-gradient-background { 
    background: linear-gradient(135deg, #27667B 0%, #143D60 100%) !important; 
}
.has-complete-palette-gradient-background { 
    background: linear-gradient(135deg, #DDEB9D 0%, #A0C878 25%, #27667B 75%, #143D60 100%) !important; 
}

/* Button Styling with Custom Colors */
.wp-block-button__link.has-light-green-background-color {
    background-color: #DDEB9D !important;
    color: #143D60 !important;
    border-color: #DDEB9D !important;
}

.wp-block-button__link.has-medium-green-background-color {
    background-color: #A0C878 !important;
    color: #143D60 !important;
    border-color: #A0C878 !important;
}

.wp-block-button__link.has-primary-blue-background-color {
    background-color: #27667B !important;
    color: #ffffff !important;
    border-color: #27667B !important;
}

.wp-block-button__link.has-dark-blue-background-color {
    background-color: #143D60 !important;
    color: #ffffff !important;
    border-color: #143D60 !important;
}

/* Hover Effects for Buttons */
.wp-block-button__link.has-light-green-background-color:hover {
    background-color: #A0C878 !important;
    border-color: #A0C878 !important;
}

.wp-block-button__link.has-medium-green-background-color:hover {
    background-color: #27667B !important;
    color: #ffffff !important;
    border-color: #27667B !important;
}

.wp-block-button__link.has-primary-blue-background-color:hover {
    background-color: #143D60 !important;
    border-color: #143D60 !important;
}

.wp-block-button__link.has-dark-blue-background-color:hover {
    background-color: #27667B !important;
    border-color: #27667B !important;
}

/* Quote Block Custom Colors */
.wp-block-quote.has-light-green-background-color {
    background-color: #DDEB9D !important;
    color: #143D60 !important;
    border-left-color: #A0C878 !important;
}

.wp-block-quote.has-medium-green-background-color {
    background-color: #A0C878 !important;
    color: #ffffff !important;
    border-left-color: #DDEB9D !important;
}

.wp-block-quote.has-primary-blue-background-color {
    background-color: #27667B !important;
    color: #ffffff !important;
    border-left-color: #DDEB9D !important;
}

/* Cover Block Overlay Colors */
.wp-block-cover.has-light-green-background-color .wp-block-cover__background {
    background-color: #DDEB9D !important;
}

.wp-block-cover.has-medium-green-background-color .wp-block-cover__background {
    background-color: #A0C878 !important;
}

.wp-block-cover.has-primary-blue-background-color .wp-block-cover__background {
    background-color: #27667B !important;
}

.wp-block-cover.has-dark-blue-background-color .wp-block-cover__background {
    background-color: #143D60 !important;
}

/* Group Block Styling */
.wp-block-group.has-light-green-background-color {
    background-color: #DDEB9D !important;
    color: #143D60 !important;
}

.wp-block-group.has-medium-green-background-color {
    background-color: #A0C878 !important;
    color: #143D60 !important;
}

.wp-block-group.has-primary-blue-background-color {
    background-color: #27667B !important;
    color: #ffffff !important;
}

.wp-block-group.has-dark-blue-background-color {
    background-color: #143D60 !important;
    color: #ffffff !important;
}

/* Columns Block Styling */
.wp-block-columns.has-light-green-background-color {
    background-color: #DDEB9D !important;
    color: #143D60 !important;
}

.wp-block-columns.has-medium-green-background-color {
    background-color: #A0C878 !important;
    color: #143D60 !important;
}

.wp-block-columns.has-primary-blue-background-color {
    background-color: #27667B !important;
    color: #ffffff !important;
}

.wp-block-columns.has-dark-blue-background-color {
    background-color: #143D60 !important;
    color: #ffffff !important;
}

/* Table Block Custom Colors */
.wp-block-table.has-light-green-background-color {
    background-color: #DDEB9D !important;
}

.wp-block-table.has-light-green-background-color th,
.wp-block-table.has-light-green-background-color td {
    color: #143D60 !important;
    border-color: #A0C878 !important;
}

.wp-block-table.has-primary-blue-background-color {
    background-color: #27667B !important;
}

.wp-block-table.has-primary-blue-background-color th,
.wp-block-table.has-primary-blue-background-color td {
    color: #ffffff !important;
    border-color: #DDEB9D !important;
}

/* Separator Block Colors */
.wp-block-separator.has-light-green-background-color {
    background-color: #DDEB9D !important;
    border-color: #DDEB9D !important;
}

.wp-block-separator.has-medium-green-background-color {
    background-color: #A0C878 !important;
    border-color: #A0C878 !important;
}

.wp-block-separator.has-primary-blue-background-color {
    background-color: #27667B !important;
    border-color: #27667B !important;
}

.wp-block-separator.has-dark-blue-background-color {
    background-color: #143D60 !important;
    border-color: #143D60 !important;
}

/* Ensure proper contrast for readability */
.has-dark-blue-background-color,
.has-primary-blue-background-color {
    color: #ffffff;
}

.has-light-green-background-color,
.has-medium-green-background-color,
.has-light-gray-background-color {
    color: #143D60;
}

/* Links styling within colored blocks */
.has-light-green-background-color a,
.has-medium-green-background-color a {
    color: #143D60 !important;
    text-decoration: underline;
}

.has-primary-blue-background-color a,
.has-dark-blue-background-color a {
    color: #DDEB9D !important;
    text-decoration: underline;
}

.has-light-green-background-color a:hover,
.has-medium-green-background-color a:hover {
    color: #27667B !important;
}

.has-primary-blue-background-color a:hover,
.has-dark-blue-background-color a:hover {
    color: #A0C878 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wp-block-group.has-light-green-background-color,
    .wp-block-group.has-medium-green-background-color,
    .wp-block-group.has-primary-blue-background-color,
    .wp-block-group.has-dark-blue-background-color {
        padding: 1rem;
    }
    
    .wp-block-columns.has-light-green-background-color,
    .wp-block-columns.has-medium-green-background-color,
    .wp-block-columns.has-primary-blue-background-color,
    .wp-block-columns.has-dark-blue-background-color {
        padding: 1rem;
    }
}