/* input(76,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important' */
.event-partial-title {
    font-size: 1.2rem;
    font-weight: 550;
    color: var(--text-main) !important;
}
.event-partial-logo {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid rgba(130, 128, 128, 0.1);
}
.event-hosted-by {
    font-size: 0.8rem;
    color: var(--text-muted);
}
.event-hosted-by a{
    color: var(--text-muted);
}
.event-calendar-card, .event-location-card {
    border: 1px solid rgba(130, 128, 128, 0.2);
    border-radius: .5rem;
    color: var(--text-muted);
    width: 2.3rem;
    height: 2.3rem;
    overflow: hidden;
    font-family: "JetBrains Mono", monospace;
}
.event-calendar-date {
    font-size: 0.85rem;
    color: var(--text-muted);
}
.event-calendar-month {
    font-size: 0.65rem;
    background: rgba(130, 128, 128, 0.1);
    color: var(--text-muted);
}
.event-date-details-partial {
    color: var(--text-main);
    font-size: 0.9rem;
}
.event-time-details-partial {
    color: var(--text-muted);
    font-size: 0.8rem;
}
.event-register-button{
    padding:5px 10px;
    color: var(--invert-button-text);
    background: var(--invert-button-bg);
    font-size:0.9rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration:none;
    width:100%;
    text-align:center;
}
.event-register-button:hover {
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.30);
}
.description-body {
    font-size: 0.8rem;
    line-height: 1.25rem;
    overflow: hidden;
    max-height: auto;
}
.description-body p {
    line-height: 1.3rem !important;
    letter-spacing: -.003em !important;
    color: var(--text-main) !important;
}
.description-body h1,
.description-body h2,
.description-body h3,
.description-body h4,
.description-body h5,
.description-body h6 {
    margin-bottom: 1rem; !important;
    margin-top: 1rem !important;
    color: var(--text-main) !important;
    font-size:0.9rem !important; 
}
@media (max-width: 575.98px) {
    .event-partial-logo {
        width: 70px;
        height: 70px;
    }
    .event-partial-title {
        font-size: 0.9rem;
        overflow: clip;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.event-mode-online, .event-mode-offline, .event-type-partial {
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 0.7rem;
    background: rgba(50,95,250,.133);
    color: var(--custom-blue) !important;
}
.event-deadline {
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 0.7rem;
    background: rgba(250, 50, 50, 0.13);
    color: #ff5959;
}
.event-ics-button {
    padding: 5px 10px;
    color: var(--invert-button-text);
    background: var(--invert-button-bg);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border:none;
}
.event-ics-button:hover {
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.30);
}
.free-price-partial-tag {
    padding: 5px 10px;
    border-radius: 10px;
    background-color: rgba(60,189,44,.133);
    color: #30a722;
    font-size: 0.7rem
}

.paid-price-partial-tag {
    padding: 5px 10px;
    border-radius: 7px;
    background: rgba(50,95,250,.133);
    color: var(--custom-blue);
    font-size: 0.7rem
}