.experience-header-5316519c {
    margin-bottom: 40px;
}

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

.experience-main-title {
    font-size: 2.5em;
    font-weight: 800;
    color: #222;
    line-height: 1.2;
    margin: 0 !important;
}

.experience-featured-image-wrapper {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.experience-featured-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Original WPUF Display Styles */
.wpuf-custom-fields-display-5316519c {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}

.experience-details-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.experience-details-title {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0 !important;
    color: #222;
}

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

.wpuf-field-item:last-child {
    margin-bottom: 0;
}

.wpuf-field-label {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    color: #444;
}

.wpuf-field-value {
    font-size: 1em;
    line-height: 1.7;
    color: #555;
}

.wpuf-field-value p {
    margin-bottom: 10px;
}
.wpuf-field-value p:last-child {
    margin-bottom: 0;
}