/* Additional global overrides if needed for Experience Details layout */
.wpuf-custom-fields-display-5316519c {
    max-width: 900px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #eee;
    padding: 40px;
}

.experience-details-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.experience-details-title {
    font-size: 1.8em;
    font-weight: 700;
    margin: 0 !important;
}

.wpuf-field-item {
    margin-bottom: 30px;
}

.wpuf-field-label {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.wpuf-field-value {
    font-size: 1.05em;
    line-height: 1.8;
    color: #444;
}

/* Header Styling */
.experience-header-5316519c {
    margin: 40px auto;
    max-width: 900px;
    padding: 0 20px;
}

.experience-header-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.experience-main-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    margin: 0 !important;
}

.experience-featured-image-wrapper {
    margin-bottom: 40px;
}

/* ULike Button Wrapper Overrides to keep it tidy on the right */
.experience-like-btn-top,
.experience-like-btn-bottom {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .wpuf-custom-fields-display-5316519c {
        padding: 24px;
        margin: 20px 15px;
    }
    .experience-header-5316519c {
        margin-top: 20px;
    }
    .experience-header-title-row,
    .experience-details-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .experience-like-btn-top,
    .experience-like-btn-bottom {
        align-self: flex-end;
    }
}