.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-container.layout-advanced .eael-post-list-post-inner:after{background-color:#C0C0C0;border-style:solid;border-width:1px 0px 0px 1px;border-color:#ABABAB;border-radius:12px 12px 12px 12px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-posts-wrap{grid-template-columns:repeat(4, 1fr);}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-container{border-radius:0px;}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-container.layout-advanced .eael-post-list-posts-wrap{grid-gap:20px;}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-container.layout-advanced .eael-post-list-thumbnail{margin-bottom:20px;}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-content .eael-post-list-title, .elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-content .eael-post-list-title a{color:#222;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-content .eael-post-list-title:hover, .elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-content .eael-post-list-title a:hover{color:#e65a50;}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-content .eael-post-list-title{text-align:left;}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-content p{color:#4d4d4d;}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-content .meta{color:#aaa;}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-container.layout-advanced .eael-post-list-post .eael-post-list-content{padding:0px 0px 0px 0px;}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-container.layout-advanced .eael-post-list-header .post-list-ajax-search-form form{width:470px;}.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-elements-readmore-btn{color:#000BEC;}@media(max-width:1024px){.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-posts-wrap{grid-template-columns:repeat(1, 1fr);}}@media(max-width:767px){.elementor-1580 .elementor-element.elementor-element-1580 .eael-post-list-posts-wrap{grid-template-columns:repeat(1, 1fr);}}/* Start custom CSS for eael-post-list, class: .elementor-element-1580 *//* ============================================
   CRYPTO CARD GRID - REFINED STYLING
   ============================================ */

/* Card Container */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    padding: 40px;
}

/* Individual Card */
.card {
    background: #1a1a2e;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(247, 147, 26, 0.15);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.03);
}

/* Image Container */
.card-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card Content */
.card-content {
    padding: 20px 24px 24px;
}

/* Card Title */
.card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.card-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: #f7931a;
}

/* Date Styling */
.card-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #f7931a;
    font-weight: 500;
}

/* ============================================
   ELEMENTOR POSTS WIDGET OVERRIDES
   ============================================ */

.elementor-posts-container .elementor-post {
    background: #1a1a2e !important;
    border-radius: 12px !important;
    border: 1px solid rgba(247, 147, 26, 0.15) !important;
    overflow: hidden !important;
    transition: transform 0.3s ease !important;
}

.elementor-posts-container .elementor-post:hover {
    transform: scale(1.03) !important;
}

.elementor-posts-container .elementor-post__thumbnail {
    aspect-ratio: 16 / 10 !important;
}

.elementor-posts-container .elementor-post__title,
.elementor-posts-container .elementor-post__title a {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.elementor-posts-container .elementor-post__title a:hover {
    color: #f7931a !important;
}

.elementor-posts-container .elementor-post__meta-data,
.elementor-posts-container .elementor-post-date {
    font-size: 0.8rem !important;
    color: #f7931a !important;
    font-weight: 500 !important;
}

/* Read More Link */
.elementor-posts-container .elementor-post__read-more,
.elementor-posts-container .elementor-post__read-more a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
}

.elementor-posts-container .elementor-post__read-more:hover,
.elementor-posts-container .elementor-post__read-more a:hover {
    color: #f7931a !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .card-grid {
        gap: 16px;
        padding: 20px;
    }
    
    .card-title {
        font-size: 1rem;
    }
    
    .card-content {
        padding: 16px 20px 20px;
    }
}/* End custom CSS */