
Must-See Christmas Lights in Tampa Bay
.un-related-posts {
color: #1E1F22;
padding: 10px;
}
.un-related-posts h2{
font-size: 24px!important;
font-weight: 600!important;
}
.un-rp-wrapper {
display: grid;
grid-template-columns: auto auto auto auto;
gap: 15px;
}
@media only screen and (max-width: 768px) {
.un-rp-wrapper {
grid-template-columns: auto auto;
gap: 15px;
}
}
.un-rp-post {
width: 200px!important;
}
.un-rp-img {
height: 154px;
display: inline-block;
position: relative;
width: 100%;
}
.un-rp-img .dummy {
margin-top: 85%;
}
.un-rp-img-in {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 10px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.un-rp-zone {
display: inline-block;
margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
background-color: #fff;
padding: 5px 15px 5px 15px;
border-radius: 7px;
overflow: visible;
}
.un-rp-zone h4 {
font-size: 12px!important;
font-weight: 700!important;
margin-top: 0;
margin-bottom: 0;
text-transform: capitalize;
background-image: linear-gradient(42deg,#f5286e,#fc6d43);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.un-rp-title {
margin-top: 5px;
}
.un-rp-title h2 {
font-family: ‘Montserrat’, Sans-serif!important;
font-size: 16px!important;
font-weight: bold!important;
}
.un-rp-author {
font-family: ‘Montserrat’, Sans-serif;
font-weight: bold;
line-height: 1.5em;
color: #1E1F22;
font-size: 12px;
margin-top: 10px;
text-transform: capitalize;
display: flex;
align-items: center;
}
.un-rp-author img {
margin-right: 3%;
border-radius: 16px !important;
height: 25px;
width: 25px;
}
@media only screen and (max-width: 800px) {
.un-rp-post {
width: auto!important;
}
}