/* LilBud custom fixes (2026-09-04) */
.cms-porto_home_4 .page-title-wrapper .page-title,
.cms-index-index .page-title-wrapper .page-title {
    text-align: center;
    width: 100%;
}
.order-attributes {
    border: 2px solid #e02b27;
    border-radius: 6px;
    padding: 14px 16px;
    margin: 4px 0 20px;
    background: #fff8f8;
}
.order-attributes-form .field .control input,
.order-attributes-form .field .control select,
.order-attributes-form .field .control textarea {
    border-color: #e02b27 !important;
}
.order-attributes-form .field > .label {
    color: #b00000;
    font-weight: 600;
}
