.rize-fcrm-contact-log {
    display: grid;
    grid-template-columns: .3fr repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1em;
    margin-bottom: 1em;
    border-bottom: 2px solid #ecf5ff;

    background: #F9FCFF;
    background: linear-gradient(0deg,rgba(249, 252, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.rize-fcrm-contact-log div {
    padding: .25em;
}

.rize-fcrm-contact-log div:nth-of-type(1) {
    grid-row: span 2 / span 2;
    font-weight: bold;
    font-size: 1.1em;
}

.rize-fcrm-contact-log div:nth-of-type(2) {
    grid-column-start: 2;
    grid-row-start: 1;
    color: #777;
    font-weight: bold;
}

.rize-fcrm-contact-log div:nth-of-type(3) {
    grid-column-start: 3;
    grid-row-start: 1;
    justify-self: end;
    color: #777;
}

.rize-fcrm-contact-log div:nth-of-type(4) {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;
    padding-bottom: 1em;
    font-size: 1.1em;
}

.rize-fcrm-date {
    display: block;
    font-size: 1.2em;
}

.rize-fcrm-order {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 5px;
    margin-bottom: 2em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;

    background: #F9FCFF;
    background: linear-gradient(0deg,rgba(249, 252, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.rize-fcrm-order > div {
    padding: .5em;
}
.rize-fcrm-order > div:nth-of-type(1),
.rize-fcrm-order > div:nth-of-type(2),
.rize-fcrm-order > div:nth-of-type(3) {
    font-size: 1.2em;
}
.rize-fcrm-order > div:nth-of-type(2) {
    text-align: center;
}
.rize-fcrm-order > div:nth-of-type(3) {
    text-align: right;
    color: green;
}
.rize-fcrm-order > div:nth-of-type(5) {
    grid-column: span 2 / span 2;
}
.rize-fcrm-order > div:nth-of-type(6) {
    grid-column: span 3 / span 3;
}
.rize-fcrm-order-section {
    text-decoration: underline;
    margin-bottom: 0.5em;
    font-size: 1.2em;
}
.rize-fcrm-order table {
    width: 100%;
    border-collapse: collapse;
}
.rize-fcrm-order table thead {
    background-color: rgb(236, 245, 255);
    border-bottom: 1px solid #000;
}
.rize-fcrm-order table tfoot {
    border-top: 1px solid #000;
}
.rize-fcrm-order table td,
.rize-fcrm-order table th {
    text-align: right;
    width: 10%;
    padding: .5em;
    vertical-align: top;
}
.rize-fcrm-order table tr > th:first-of-type,
.rize-fcrm-order table tr > td:first-of-type {
    text-align: left;
    width: auto;
}
.rize-fcrm-order table tr:nth-of-type(2n) {
    background-color: rgb(236, 245, 255);
}
ul.rize-fcrm-product-options {
    margin: 0;
}
ul.rize-fcrm-product-options > li {
    margin: 0 0 0 1em;
}
ul.rize-fcrm-product-options > li > span {
    font-weight: bold;
    margin-right: .5em;
}
.rize-fcrm-shipping-method {
    font-weight: bold;
}