.hugo--event.modal .event-classes .class {
    width: 25px;
    height: 25px;
}

.hugo--event.modal .poster img {
    border-radius: 15px;
}

.hugo--event.modal .attachments {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 1rem;
    border-top: 1px solid #f2f2f2;
    padding-top: 1rem;
}

.hugo--event.modal .attachments .attachment {
    height: 80px;
    position: relative;
}

.hugo--event.modal .attachments .attachment:hover:before,
.hugo--event.modal .attachments .attachment:focus:before,
.hugo--event.modal .attachments .attachment:active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.hugo--event.modal .attachments img {
    border-radius: 10px;
    object-fit: cover;
}

.hugo--event.modal .attachments .file {
    border-radius: 10px;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    border: 1px solid #f2f2f2;
    font-size: 0.8rem;
}

.hugo--event.modal .attachments .file .icon {
    opacity: 0.7;
    color: white;
    margin: 0;
}
