/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com/astra-child/
 Description:  Astra Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
*/

/* Add your custom styles here */

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.search-results-grid .post-thumbnail {
    margin-bottom: 10px;
}

.search-results-grid .entry-header {
    margin-bottom: 10px;
}

.search-results-grid .entry-content {
    margin-bottom: 10px;
}

.search-results-grid .entry-footer {
    text-align: right;
}

@media (max-width: 1024px) {
    .search-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .search-results-grid {
        grid-template-columns: 1fr;
    }
}

.news-list h1 a {
    font-size: 18px !important;
    font-weight: 700;
}

.events-list h1 a {
    font-size: 18px !important;
    font-weight: 700;
}

.attorney-text-description {
    font-size: 14px !important;

}