.texas-ac-container-0e17846b {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.texas-ac-title-0e17846b {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: inherit;
}

.texas-ac-grid-0e17846b {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.texas-ac-card-0e17846b {
    grid-column: span 2;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f1f5f9;
}

.texas-ac-card-0e17846b:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.texas-ac-card-header-0e17846b {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.texas-ac-icon-wrapper-0e17846b {
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texas-ac-icon-wrapper-0e17846b svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.texas-ac-card-title-0e17846b {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    font-family: inherit;
}

.texas-ac-card-desc-0e17846b {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    font-family: inherit;
}

/* 3-Column top, 2-Column bottom layout centering */
@media (min-width: 768px) {
    .texas-ac-grid-0e17846b .texas-ac-card-0e17846b:nth-child(4) {
        grid-column: 2 / span 2;
    }
    .texas-ac-grid-0e17846b .texas-ac-card-0e17846b:nth-child(5) {
        grid-column: 4 / span 2;
    }
}

/* Responsive Styles */
@media (max-width: 991px) and (min-width: 768px) {
    .texas-ac-grid-0e17846b {
        gap: 20px;
    }
    .texas-ac-card-0e17846b {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .texas-ac-grid-0e17846b {
        grid-template-columns: 1fr;
    }
    .texas-ac-card-0e17846b {
        grid-column: span 1 !important;
        padding: 24px;
    }
}
