.ag-link-grid-3e07afe1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.ag-link-item-3e07afe1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 100px;
    font-weight: 500;
}

.ag-link-item-3e07afe1:hover, .ag-link-item-3e07afe1:focus {
    transform: translateY(-5px);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
    border-color: rgba(255, 215, 0, 0.8);
    text-decoration: none;
}

.ag-link-text-3e07afe1 {
    word-break: break-word;
}

/* Tablet responsiveness handled by Elementor responsive controls where possible, but adding sensible defaults */
@media (max-width: 768px) {
    .ag-link-grid-3e07afe1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .ag-link-grid-3e07afe1 {
        grid-template-columns: 1fr;
    }
}
