/* Style for displaying the custom form fields */
.aef-product-details {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.aef-product-details p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.aef-product-details strong {
    color: #333;
}

/* Style for displaying the media files under the product */
.aef-product-video,
.aef-product-voice {
    margin-top: 20px;
}

.aef-product-video h3,
.aef-product-voice h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.aef-product-video video,
.aef-product-voice audio {
    width: 100%; /* Make sure it fits the container */
    max-width: 100%; /* Prevents overflow */
    border-radius: 8px;
}