.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;
}