.npg-grid-e37ad163 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Map Elementor Grid Column prefixes to grid layout */
.elementor-grid-1 .npg-grid-e37ad163 { grid-template-columns: 1fr; }
.elementor-grid-2 .npg-grid-e37ad163 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.elementor-grid-3 .npg-grid-e37ad163 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.elementor-grid-4 .npg-grid-e37ad163 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.elementor-grid-5 .npg-grid-e37ad163 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

/* Tablets / Medium Screens */
@media screen and (max-width: 1024px) {
    .npg-grid-e37ad163,
    .elementor-grid-1 .npg-grid-e37ad163,
    .elementor-grid-2 .npg-grid-e37ad163,
    .elementor-grid-3 .npg-grid-e37ad163,
    .elementor-grid-4 .npg-grid-e37ad163,
    .elementor-grid-5 .npg-grid-e37ad163 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 15px;
    }
}

/* Landscape Phones */
@media screen and (max-width: 768px) {
    .npg-grid-e37ad163,
    .elementor-grid-1 .npg-grid-e37ad163,
    .elementor-grid-2 .npg-grid-e37ad163,
    .elementor-grid-3 .npg-grid-e37ad163,
    .elementor-grid-4 .npg-grid-e37ad163,
    .elementor-grid-5 .npg-grid-e37ad163 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px;
    }
}

/* Portrait Phones / Small Mobile Screens */
@media screen and (max-width: 480px) {
    .npg-grid-e37ad163,
    .elementor-grid-1 .npg-grid-e37ad163,
    .elementor-grid-2 .npg-grid-e37ad163,
    .elementor-grid-3 .npg-grid-e37ad163,
    .elementor-grid-4 .npg-grid-e37ad163,
    .elementor-grid-5 .npg-grid-e37ad163 {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }
    .npg-card-e37ad163 {
        padding: 12px;
    }
    .npg-title-e37ad163 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .npg-price-e37ad163 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .npg-btn-e37ad163 {
        padding: 8px 12px;
        font-size: 12px;
    }
}

.npg-card-e37ad163 {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.npg-card-e37ad163:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.npg-image-link-e37ad163 {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.npg-img-e37ad163 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.npg-title-e37ad163 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.npg-title-e37ad163 a {
    color: #212529;
    text-decoration: none;
    transition: color 0.2s ease;
}

.npg-price-e37ad163 {
    font-size: 18px;
    font-weight: 700;
    color: #F57C00;
    margin-bottom: 15px;
}

.npg-btn-e37ad163 {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: #F57C00;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    box-sizing: border-box;
    margin-top: auto;
}

.npg-btn-e37ad163:hover {
    opacity: 0.9;
    color: #fff;
}
