Author: vojt.gabriel@gmail.com

  • Hello world!

    .vet-author-box{
    display:flex;
    gap:24px;
    align-items:center;
    padding:24px;
    border-radius:14px;
    border:1px solid #e2e8f0;
    background:#f8fbff;
    margin-top:50px;
    box-shadow:0 4px 14px rgba(0,0,0,0.05);
    }

    .vet-author-photo img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #2A7DE1;
    }

    .vet-author-reviewed{
    font-size:14px;
    font-weight:600;
    color:#2A7DE1;
    margin-bottom:4px;
    }

    .vet-author-name{
    font-size:20px;
    font-weight:800;
    color:#111;
    margin-bottom:4px;
    }

    .vet-author-title{
    font-size:15px;
    font-weight:600;
    color:#555;
    margin-bottom:10px;
    }

    .vet-author-description{
    font-size:14px;
    line-height:1.6;
    color:#444;
    max-width:600px;
    }