.st-79ef3c03-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.st-79ef3c03-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #FFFFFF;
    padding: 30px 25px;
    border-radius: 8px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    cursor: default;
}

a.st-79ef3c03-tile {
    cursor: pointer;
}

.st-79ef3c03-tile:hover {
    background-color: #F0F4F8;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.st-79ef3c03-icon {
    margin-bottom: 16px;
    font-size: 48px;
    color: #2D5F8A;
    line-height: 1;
}

.st-79ef3c03-icon svg {
    width: 48px;
    height: 48px;
    fill: #2D5F8A;
}

.st-79ef3c03-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1A2A3A;
    line-height: 1.3;
}

.st-79ef3c03-desc {
    margin: 0;
    font-size: 14px;
    color: #5A6A7A;
    line-height: 1.6;
}
