/**
 * Händelse Info Shortcode Styles
 */

.ifous-handelse-info {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0;
    margin-bottom: 25px;
}

.ifous-handelse-info__row {
    margin-bottom: 4px;
}

.ifous-handelse-info__row + .ifous-handelse-info__row {
    margin-bottom: 4px;
}

/* Add spacing before rows that follow a different "group" */
.ifous-handelse-info__row:has(> .ifous-handelse-info__label[data-group]) {
    margin-top: 16px;
}

.ifous-handelse-info__label {
    font-weight: 700;
}

.ifous-handelse-info__value {
    font-weight: 400;
}

/* Anmälan section */
.ifous-handelse-info__anmalan {
    margin-top: 20px;
}

.ifous-handelse-info__anmalan .ifous-handelse-info__label {
    display: block;
    margin-bottom: 8px;
}

.ifous-handelse-info__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ifous-handelse-info__links li {
    margin-bottom: 4px;
}

.ifous-handelse-info__link {
    color: #6B8A2B;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ifous-handelse-info__link:hover {
    color: #557020;
}

.ifous-handelse-info__arrow {
    font-size: 1.1em;
    line-height: 1;
}

/* Panel layout */
.ifous-handelse-panel {
    background-color: #EEF3E4;
    border-radius: 12px;
    padding: 28px 24px;
}

.ifous-handelse-panel__section {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.ifous-handelse-panel__section + .ifous-handelse-panel__section {
    margin-top: 20px;
}

.ifous-handelse-panel__icon {
    flex-shrink: 0;
    color: #373F3A;
    line-height: 1;
    padding-top: 2px;
}

.ifous-handelse-panel__text {
    display: flex;
    flex-direction: column;
}

.ifous-handelse-panel__primary {
    font-weight: 700;
    font-size: 1em;
}

.ifous-handelse-panel__secondary {
    font-weight: 400;
    font-size: 0.95em;
    margin-top: 2px;
}

.ifous-handelse-panel__email {
    color: #373F3A;
    text-decoration: none !important;
    font-size: 0.95em;
    margin-top: 2px;
}

.ifous-handelse-panel__email:hover {
    text-decoration: underline;
}
