

.ptf-metas {margin-top:5em;}
.ptf-metas, .s-item:last-child {
    display:flex;
    justify-content:center;
}
.ptf-metas> div, .ptf-metas p { flex:1; text-align: center;}

.s-item, .l-item, .s-item:last-child {
    margin-top:1rem;
    margin-bottom:1rem;
    text-align:center;
}
.s-item { flex:1;}
.l-item { flex:2;}
dt {
    text-transform: uppercase;
    font-weight:200;
}
dd {
    margin-left:0;
    font-style: italic;
    font-weight:400;
}

.ptf-metas {color:white;}

.s-item:last-child a {
    display:block; font-weight:500; text-transform:uppercase;
    color: white;
    background-color: transparent;
    border: 1px solid white;
}

.s-item:last-child a:hover {
    color:  var(--wp--preset--color--base);;
    background-color: white;
    border: 1px solid  var(--wp--preset--color--base);;
}