.t585__textwrapper {
    display: flex;
    flex-direction: column-reverse;
}
#allrecords .t228 .t-sociallinks__item a {
    position: relative;
    display: inline-flex;
    width: auto !important;
    align-items:center;
    gap: 12px;
    color: #0749AA;
    font-weight: bold;
    transition:color 0.3s ease-in-out;
}
#allrecords .t228 .t-sociallinks__item a::after {
    display: block;
    content: attr(title);
    white-space: pre;
    color: inherit;
    font-weight: bold;
    font-family: 'TildaSans', Arial, sans-serif;
}
#allrecords .t228 .t-sociallinks__item .t-sociallinks__svg {
    min-width: 30px;
}
#allrecords .t228 .t-sociallinks__item .t-sociallinks__svg path {
    fill: #0749AA;
    transition:fill 0.3s ease-in-out;
}
#allrecords .t228 .t-sociallinks__item a:hover,
#allrecords .t228 .t-sociallinks__item a:hover .t-sociallinks__svg path {
    color: #4878C0;
    fill: #4878C0;
}
#allrecords .t396 .tn-atom.tn-atom__vector svg path,
#allrecords .t396 .tn-atom u {
    text-decoration: none;
     transition:fill 0.2s ease-in-out;
}
#allrecords .t396 .tn-atom a:hover {
    text-decoration:underline;
}
#allrecords .t396 .tn-atom.tn-atom__vector:hover svg path {
    fill: #FFCF1C;
}