.product-custom-fields {
    margin-bottom: 30px;
}

.custom-field-item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.custom-field-item:last-child {
    border-bottom: none;
}

.custom-field-title {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
}

.custom-field-content {
    line-height: 1.6;
    color: #666;
}

.custom-field-content p {
    margin-bottom: 10px;
}

.custom-field-content ul,
.custom-field-content ol {
    margin-bottom: 10px;
    padding-left: 15px;

}

::marker {
    color: #9f9f9f;
}

.custom-field-content h2,
.custom-field-content h3,
.custom-field-content h4 {
    margin-top: 15px;
    margin-bottom: 10px;
}
