/**
 * Programinfo Shortcode Styles
 */

.ifous-programinfo {
    background-color: #EEF1ED;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

.ifous-programinfo__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.ifous-programinfo__row:last-child {
    margin-bottom: 0;
}

.ifous-programinfo__label {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.ifous-programinfo__value {
    line-height: 1.5;
}

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

.ifous-programinfo__fil {
    margin-bottom: 0.5rem;
}

.ifous-programinfo__fil:last-child {
    margin-bottom: 0;
}

.ifous-programinfo__fil-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: inherit;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.ifous-programinfo__fil-link::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23373F3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.ifous-programinfo__fil-link:hover {
    opacity: 0.7;
}
