.contact-section a {
    color: inherit;
    text-decoration: none;
}

.icon-small {
    font-size: 0.75rem;
    padding: 0.25rem;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.text-collapse {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    padding-right: 80px;
}

.text-collapse.expanded {
    -webkit-line-clamp: unset;
}

.toggle-read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, transparent 0%, white 40%);
    padding-left: 8px;
    color: #0d6efd;
    cursor: pointer;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-center {
    text-align: center;
}
