#swiper-card {
    grid-column: span 2;
    margin-bottom: 2vh;
    padding: 2vh;
}

#swiper-link {
    text-decoration: none;
    color: white;
    display: block;
    transition: all 0.3s ease;
}

#swiper-link:hover {
    transform: scale(1.02);
}

#loolocator-card {
    grid-column: span 2;
    margin-bottom: 2vh;
    padding: 2vh;
}

#loolocator-link {
    text-decoration: none;
    color: white;
    display: block;
    transition: all 0.3s ease;
}

#loolocator-link:hover {
    transform: scale(1.02);
}

.project-content {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.project-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}

.project-text {
    flex: 1;
}

.project-title {
    color: white;
    font-size: 2vw;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.project-description {
    color: white;
    font-size: 1.2vw;
    margin: 0;
    opacity: 0.8;
}

.loolocator-content {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.loolocator-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}

.loolocator-text {
    flex: 1;
}

.loolocator-title {
    color: white;
    font-size: 2vw;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.loolocator-description {
    color: white;
    font-size: 1.2vw;
    margin: 0;
    opacity: 0.8;
}

#lunarrise-card {
    grid-column: span 2;
    margin-bottom: 2vh;
    padding: 2vh;
}

#lunarrise-link {
    text-decoration: none;
    color: white;
    display: block;
    transition: all 0.3s ease;
}

#lunarrise-link:hover {
    transform: scale(1.02);
}

.lunarrise-content {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.lunarrise-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}

.lunarrise-text {
    flex: 1;
}

.lunarrise-title {
    color: white;
    font-size: 2vw;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.lunarrise-description {
    color: white;
    font-size: 1.2vw;
    margin: 0;
    opacity: 0.8;
}
