

/* Start:/science/events/digest/style.css?17599389542992*/
#root {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    gap: 20px;
    min-height: 780px;
}

.card {
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 530px;
    max-height: 530px;
}

.card__header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #0064be;
    padding: 20px;
    height: 35%;
    min-height: 185px;
}

.card__header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}

.card__header p {
    color: #fff;
    font-size: 0.85em;
    margin: 0 !important;
    font-weight: 500;
}

.card__header p:first-child {
    color: #ea5100;
    padding: 4px 8px;
    background-color: #fff3e0;
    border-radius: 16px;
}

.card__body .card__tag {
    color: #0157b5;
    padding: 4px 8px;
    background-color: #e1f5fe;
    border-radius: 16px;
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 0.9em;
}

.card__body {
    padding: 10px 20px 20px;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__org {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card a {
    background-color: #fff;
    border: 1px solid #0064be !important;
    text-decoration: none;
    color: #0064be;
    margin-top: auto;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    width: 100%;
    display: inline-block;
}

.card a:hover {
    background-color: #0064be;
    color: #fff;
}

.pay-free {
    color: green;
    font-weight: 600;
    margin: auto 0 11px !important;
}

.pay-paid {
    color: red;
    font-weight: 600;
    margin: auto 0 11px !important;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.filters .form-group {
    flex: 1 1 200px;
}

.form-group {
    margin-bottom: 0;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
}

.pagination button {
    border: 1px solid #0064be;
    background: #fff;
    color: #0064be;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.pagination button.active,
.pagination button:hover {
    background-color: #0064be;
    color: #fff;
}

@media (max-width: 543px) {
.card__header p {
    font-size: .95em;
}
.card__body .card__tag {
    font-size: 0.95em;
}

}

/* End */
/* /science/events/digest/style.css?17599389542992 */
