.cr-card-559185ca {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: auto;
    align-self: flex-start;
    width: 100%;
}

.cr-card-image-559185ca {
    width: auto;
    background-size: cover;
    background-position: center;
    margin: 12px 12px 0 12px;
    flex-shrink: 0;
}

.cr-card-body-559185ca {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cr-header-row-559185ca {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.cr-card-title-559185ca {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.cr-arrow-btn-559185ca {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    outline: none;
}

.cr-card-559185ca.is-active .cr-arrow-btn-559185ca {
    transform: rotate(180deg);
}

.cr-card-excerpt-559185ca {
    margin: 0 0 16px 0;
    font-size: 14px;
    line-height: 1.5;
}

.cr-reveal-wrapper-559185ca {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    visibility: hidden;
}

.cr-card-559185ca.is-active .cr-reveal-wrapper-559185ca {
    grid-template-rows: 1fr;
    visibility: visible;
    margin-bottom: 16px;
}

.cr-reveal-body-559185ca {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;
}

.cr-action-row-559185ca {
    margin-top: auto;
    padding-top: 8px;
}

.cr-card-btn-559185ca {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.cr-card-btn-559185ca:hover {
    opacity: 0.9;
}
