.elementor-23167 .elementor-element.elementor-element-91cbbc7{--display:flex;}.elementor-23167 .elementor-element.elementor-element-590dded{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-5fb8807 */#gridContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 20px;
}

.grid-item {
    width: calc(33.33% - 1rem);
    padding: 20px;
    text-align: center;
    border-radius: 16px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 10px 2px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 1 column for small screens */
@media (max-width: 575.98px) {
    .grid-item {
        width: 100%;
    }
}

/* 2 columns for iPhone landscape range */
@media (min-width: 576px) and (max-width: 1023.98px) {
    .grid-item {
        width: calc(50% - 1rem);
    }
}

.grid-title {
    color: #003f87;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.grid-subtitle {
    color: #515354;
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 12px;
}

.grid-contacts {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 10px;
}

.grid-contact {
    flex: 1;
    text-align: center;
    font-weight: 600;
    font-size: 0.8rem;
}

.grid-contact-title {
    font-weight: 300;
}

.grid-contact a {
    display: block;
    color: #067EEB;
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 5px;
    text-decoration: none;
}

.grid-contact-links a {
    display: block;
    color: #067EEB;
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 5px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alumni-directory-button {
    background-color: #003f87;
    color: white !important;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 0.8rem;
    border-radius: 28px;
    padding: 10px 17px;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.alumni-directory-button:hover {
    background-color: #002a5f;
}/* End custom CSS */