/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2024 | 20:06:07 */
.fc-inside .fc-step__substep[data-substep-id="order_notes"] .fc-step__substep-title {
    position: relative; /* Needed for positioning if necessary later */
    padding-left: 10px;
    display: block; /* Ensure h3 acts as block */
}

.fc-inside .fc-step__substep[data-substep-id="order_notes"] .fc-step__substep-title .new-replacement-text-wrapper {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    display: block; /* Or inline-block if you need it to wrap */
    width: 100%;
    /* Remove absolute positioning */
}

/* Hide the original content */
.fc-inside .fc-step__substep[data-substep-id="order_notes"] .fc-step__substep-title > * {
    display: none;
}