.fs-c-breadcrumb {
    display: none;
}

.fs-c-breadcrumb__list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 15px 40px;
    /* background-image: linear-gradient(130deg, rgb(253, 233, 231), rgb(255, 226, 203)); */
    background-color: #fef0e2;
}

h3.details_ttl {
    width: fit-content;
    border-bottom: solid 4px #fc523f;
    padding-bottom: 4px;
}
    table.item_details {
    width: 100%;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}
table.item_details th {
    background-color: #fef0e2;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    width: 23%;
    text-align: left;
}
table.item_details td {
    padding: 0 10px;
    border: 1px solid #dddddd;
}
ul.item_details_notes {
    margin-block: 1rem;
    margin-left: -20px;
}
