h1 {
    font-size: calc(1.5rem + 1.5vw);
}
body a{
	transition: color .5s, background-color .5s;
}
.lot-content-img{
    margin: 0 0 1rem;
    max-width: 420px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: block;
    position: relative;
}
.post-template-default h1 + .text-muted{
    width: fit-content;
    background: var(--bs-black);
    padding: 3px 16px;
    font-size: 0.8rem;
    color: white!important;
    border-radius: 20px;
}
.post-date-cats-info{
/* .post-template-default h1 + .text-muted{ */
    width: fit-content;
    background: var(--text-medium);
    padding: 1px 10px;
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
    color: white!important;
    border-radius: 20px;
}

body a{
    text-decoration: none;
    font-weight: 600;
    color:var(--primary);
}

p{
    margin-bottom: 0.6rem;
    line-height: 1.17;
}
.lead{
    font-size: 1.3em;
    line-height: 1.1;
}

.post-date-cats-info a{
	/* .post-template-default h1 + .text-muted a{ */
    color: var(--primary-light);
}

.post-date-cats-info a:focus,
.post-date-cats-info a:hover{
/* .post-template-default h1 + .text-muted a:hover{ */
    color:var(--primary);
}

.post-template-default h1 + .text-muted a{
    color: var(--primary-light);
}

.post-template-default h1 + .text-muted a:hover{
    color:var(--primary);
}

body a:hover, 
body a:focus{
    text-decoration: none;
    color:var(--primary-dark);
}

.btn,
.lot-btn{
    display: block;
    position: relative;
    width:fit-content;
}

body a.btn,
body a.lot-btn{
    background: var(--primary-dark);
    color: white;
    padding: var(--btn-padding, 4px 12px);
    border-radius: var(--btn-border-radius, 10px);
    background: var(--primary-dark);
    display: block;
    
}

a.btn:hover,
a.lot-btn:hover,
a.btn:focus,
a.lot-btn:focus{
    background: var(--primary);
    color: var(--btn-hover-color);
}

body a.btn.btn-text,
body a.lot-btn.btn-text{
    background: var(--text, #2d2d2d);
    color: white;    
    display: block;   
}

a.btn.btn-text:hover,
a.lot-btn.btn-text:hover,
a.btn.btn-text:focus,
a.lot-btn.btn-text:focus{
    background: var(--text-light);
    color: white;
}

[data-lot-links], 
[data-lot-btns]{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

[data-lot-links]>p, 
[data-lot-btns]>p{
    width: fit-content!important;
}

[data-lot-links="stretch"]>p, 
[data-lot-btns="stretch"]>p{
    width: 100%!important;
    margin-bottom: 0;
}

[data-lot-links="stretch"]>p>a, 
[data-lot-btns="stretch"]>p>a{
    width: 100%!important;
    text-align: center;
}




/*post items*/
.lot-posts{
    display: flex;
    gap:25px;
    margin-top: 3rem;
    max-width: var(--container-width);
    margin-left: var(--container-margin);
}

.lot-posts>article{
    display: flex;
    gap: 20px;
    box-shadow: 0 0 20px #0000001a;
    transition: box-shadow .4s;
    padding: 1.4rem;
    border-radius: var(--card-radius, 16px);
    flex: 1 1 420px;
    
}
.lot-posts>article:hover{
    box-shadow: 0 0 20px #cf00006e;
}

body .archive-post-item__img{
    display: block;
    position: relative;
    overflow: hidden;
    width: 40%;
    padding-bottom: 40%;
    height: 0;
    border-radius: var(--card-radius);
    background: white;
    box-shadow: 0 0 20px #0000001a;
}

body .archive-post-item__img>img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    object-fit: contain;   
}

.lot-heading{
    padding-top:2.2rem;
}