

/* ----Single Event---- */

.breadcrumb-wrap{
    text-align: center;
    padding: 1rem;
}

.breadcrumb-wrap p{
    margin-bottom: 0;
}

.event-wrap{
    max-width: 1200px;
    margin: 4rem auto;
}

.event-wrap .profile-image img{
    border-radius: 50%;
    margin-bottom: 1rem;
    aspect-ratio: 1/1;
    object-fit: cover;
    max-width: 350px;
}

.description div div{
    margin-bottom: 1rem;
}

/* ----Archive Events---- */

.archive-wrapper{
    max-width: 1200px;
    margin: 4rem auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.archive-wrapper .events-wrap{
    max-width: 400px;
    background-color: var(--ast-global-color-6);
    border-radius: 1rem;
}

.archive-wrapper .text-wrap{
    padding: 1rem;
}

.archive-wrapper .text-wrap h2{
    margin-bottom: 1rem
}

.archive-wrapper .image-wrap img{
    border-radius: 1rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    max-width: 100%;
    object-fit: cover;
}
