.elementor-30070 .elementor-element.elementor-element-c48d0a3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-dddd4ac */.dvh-states-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        font-family: Poppins;
    }
    
    @media (min-width: 640px) {
        .dvh-states-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    
    @media (min-width: 768px) {
        .dvh-states-grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }
    
    @media (min-width: 1024px) {
        .dvh-states-grid {
            grid-template-columns: repeat(5, 1fr);
        }
    }

    
    .dvh-state-card {
        background-color: white;
        padding: 16px;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        text-align: center;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
    }
    
            @media (max-width: 480px) {
             .dvh-state-card {
                 font-size: 14px;
             }

            }
    
    .dvh-state-card:hover {
        border-color: #93c5fd;
        background-color: #eff6ff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }
    
    .dvh-state-name {
        color: #4b5563;
    }
    
    .dvh-chevron-icon {
        width: 16px;
        height: 16px;
        color: #9ca3af;
    }
    
    .dvh-info-section {
        margin-top: 40px;
        background-color: #eff6ff;
        padding: 24px;
        border-radius: 8px;
        border: 1px solid #dbeafe;
    }
    
    .dvh-info-title {
        font-size: 18px;
        font-weight: 600;
        color: #004494;
        margin-bottom: 12px;
    }
    
    .dvh-info-text {
        color: #4b5563;
        margin-bottom: 16px;
    }
    
    .dvh-info-list {
        list-style: none;
    }
    
    .dvh-info-list-item {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 8px;
    }
    
    .dvh-info-list-icon {
        width: 16px;
        height: 16px;
        color: #2563eb;
        margin-top: 4px;
        flex-shrink: 0;
    }
    
    .dvh-info-list-text {
        color: #4b5563;
    }
    
    .chevron-icon {
    width: 8px;
    height: 8px;
}/* End custom CSS */