.wp-block-mon-theme-aca-partners-grid {
    .max-w-7xl {
        max-width: 1280px;
    }
    
    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    
    .px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .bg-white {
        background-color: #ffffff;
    }
    
    .text-center {
        text-align: center;
    }
    
    .text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    
    .text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    
    .font-bold {
        font-weight: 700;
    }
    
    .text-gray-900 {
        color: #111827;
    }
    
    .mb-4 {
        margin-bottom: 1rem;
    }
    
    .mb-12 {
        margin-bottom: 3rem;
    }
    
    .text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    
    .text-gray-600 {
        color: #4b5563;
    }
    
    .max-w-2xl {
        max-width: 42rem;
    }
    
    .grid {
        display: grid;
    }
    
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .gap-8 {
        gap: 2rem;
    }
    
    .rounded-lg {
        border-radius: 0.5rem;
    }
    
    .shadow-md {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }
    
    .p-6 {
        padding: 1.5rem;
    }
    
    .p-8 {
        padding: 2rem;
    }
    
    .hover\:shadow-lg:hover {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }
    
    .transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    
    .flex {
        display: flex;
    }
    
    .flex-col {
        flex-direction: column;
    }
    
    .items-center {
        align-items: center;
    }
    
    .mb-2 {
        margin-bottom: 0.5rem;
    }
    
    .mb-6 {
        margin-bottom: 1.5rem;
    }
    
    .font-semibold {
        font-weight: 600;
    }
    
    .h-16 {
        height: 4rem;
    }
    
    .h-20 {
        height: 5rem;
    }
    
    .w-20 {
        width: 5rem;
    }
    
    .w-auto {
        width: auto;
    }
    
    .object-contain {
        object-fit: contain;
    }
    
    .object-cover {
        object-fit: cover;
    }
    
    .rounded-full {
        border-radius: 50%;
    }
    
    .inline-block {
        display: inline-block;
    }
    
    .text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    
    .px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    
    .rounded-full {
        border-radius: 9999px;
    }
    
    .bg-blue-100 {
        background-color: #dbeafe;
    }
    
    .text-blue-800 {
        color: #1e40af;
    }
    
    .bg-green-100 {
        background-color: #dcfce7;
    }
    
    .text-green-800 {
        color: #166534;
    }
    
    .bg-yellow-100 {
        background-color: #fef3c7;
    }
    
    .text-yellow-800 {
        color: #92400e;
    }
    
    .bg-purple-100 {
        background-color: #ede9fe;
    }
    
    .text-purple-800 {
        color: #5b21b6;
    }
    
    .bg-red-100 {
        background-color: #fee2e2;
    }
    
    .text-red-800 {
        color: #991b1b;
    }
    
    .bg-gray-100 {
        background-color: #f3f4f6;
    }
    
    .text-gray-800 {
        color: #1f2937;
    }
    
    .text-gray-500 {
        color: #6b7280;
    }
    
    .py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .min-h-200px {
        min-height: 200px;
    }
    
    .block {
        display: block;
    }
    
    a {
        text-decoration: none;
        color: inherit;
    }
    
    a:hover {
        text-decoration: none;
    }
}

/* Responsive breakpoints */
@media (min-width: 640px) {
    .wp-block-mon-theme-aca-partners-grid .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .wp-block-mon-theme-aca-partners-grid .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .wp-block-mon-theme-aca-partners-grid .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .wp-block-mon-theme-aca-partners-grid .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .wp-block-mon-theme-aca-partners-grid .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}