.client-review-swiper .swiper-button-prev .client-review-card,
.guest-wrapper ul,
.popular-tour-card {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px
}

.banner-section {
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/web-img/banner-coorg_300kb_imresizer.webp);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    position: relative
}

.banner-section:before {
    content: "";
    background-color: #151515;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.banner-content {
    text-align: center;
    color: var(--white);
    position: absolute;
    top: 30%
}

.banner-content h1 {
    font-size: calc(16px + (60 - 16) * ((100vw - 375px) / (1920 - 375))) !important
}

.banner-section .overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: -1
}

.popular-tour-swiper {
    padding-bottom: 2.5rem
}

.popular-tour-swiper .swiper-pagination {
    bottom: 0
}

.popular-tour-swiper .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: #000;
    opacity: 1
}

.popular-tour-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 8px;
    width: 8px;
    background-color: #115de1
}

.popular-tour-card .card-title {
    font-weight: 700;
    margin-bottom: 1rem
}

.popular-tour-card .card-body {
    padding: 1.5rem
}

.popular-tour-card .price {
    margin-bottom: 1rem
}

.popular-tour-card .price span {
    color: #115de1;
    font-size: 1.1rem;
    font-weight: 500
}

.tour-details {
    background-color: #faf5ee;
    padding: .5rem;
    border-radius: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -1.5rem;
    margin-inline: 1rem
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .3s ease-in-out
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1);
    transition: transform .4s ease-in-out, box-shadow .4s ease-in-out
}

.gallery-item img:hover,
.near-Dcard:hover,
.tour-listing-card:hover .place-img {
    transform: scale(1.05)
}

.gallery-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .7)
}

.gallery-item:first-child,
.gallery-item:nth-child(3) {
    flex: 1 1 calc(25% - 10px);
    height: 250px
}

.gallery-item:nth-child(2) {
    flex: 1 1 calc(50% - 10px);
    height: 250px
}

.gallery-item:nth-child(4),
.gallery-item:nth-child(5) {
    flex: 1 1 calc(50% - 10px)
}

@media (max-width:1023px) {
    .gallery-item {
        flex: 1 1 calc(33.33% - 10px) !important;
        height: 200px !important
    }
}

.blog-share ul a,
.client-img-box {
    height: var(--size);
    width: var(--size)
}

@media (max-width:767px) {
    .gallery-item {
        flex: 1 1 calc(50% - 10px) !important
    }
}

.client-review-swiper {
    padding: .5rem
}

.swiper-btn-container {
    margin-top: 2.5rem;
    padding: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem
}

.client-review-swiper .swiper-button-next,
.client-review-swiper .swiper-button-prev {
    --size: 38px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    border: 1px solid #1e1e1e;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
    position: static
}

.client-review-swiper .swiper-button-next:hover,
.client-review-swiper .swiper-button-prev:hover {
    background-color: #1e1e1e
}

.client-review-swiper .swiper-button-next i,
.client-review-swiper .swiper-button-prev i {
    font-size: 1.5rem;
    color: #1e1e1e
}

.blog-share ul a:hover i,
.client-review-swiper .swiper-button-next:hover i,
.client-review-swiper .swiper-button-prev:hover i {
    color: #fff
}

.client-review-swiper .swiper-button-next::after,
.client-review-swiper .swiper-button-prev::after {
    all: unset
}

.client-review-swiper .swiper-button-prev .client-review-card {
    border: 0
}

.client-review-card {
    min-height: 250px;
    max-height: 250px;
    overflow: auto
}

.client-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem
}

.clent-message,
.recent-post-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.client-img-box {
    --size: 50px;
    border-radius: 50%;
    border: 1px solid #cecece;
    overflow: hidden
}

.client-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.client-name {
    color: #0e3575;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.1rem
}

.client-details .bi-person-circle {
    color: #d9e0ec;
    font-size: 2.5rem;
    margin-right: .25rem
}

.rate svg {
    height: 11px
}

.client-location {
    color: #8e8e8e
}

.clent-message {
    font-size: .9rem
}

.rate {
    float: left;
    line-height: 1
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 22px;
    color: #ccc;
    line-height: 1
}

.rate:not(:checked)>label:before {
    content: '★ '
}

.rate>input:checked~label {
    color: #ffc700
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08
}

.recent-post-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    justify-content: center
}

.recent-post-card {
    border: 0;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, .1);
    overflow: hidden
}

.recent-post-card img {
    height: 250px;
    object-fit: cover
}

.recent-post-card p {
    text-overflow: ellipsis
}

.recent-post-card .card-title {
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem
}

.blog-details-box ul,
.recent-post-card ul {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: .9rem
}

.blog-details-box i,
.recent-blog-card ul i,
.recent-post-card ul i {
    color: #34bdb2
}

.recent-post-card .separator-bar {
    border-right: 1px solid #aeaeae;
    height: 12px
}

.tour-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #34bdb2;
    color: #fff;
    border-radius: .25rem;
    padding: .25rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: 600;
    min-width: 80px;
    text-align: center
}

@media(max-width:1366px) {
    .recent-post-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:992px) {
    .gallery-text {
        font-size: 1rem;
        left: .5rem;
        bottom: .5rem
    }
    .client-details .bi-person-circle {
        font-size: 2rem
    }
    .client-name {
        font-size: 1rem
    }
    .recent-post-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

.blog-details-box img,
.tour-details-box .destination-img {
    width: 100%;
    border-radius: .75rem;
    height: 250px;
    object-fit: cover
}

.recent-blog-card {
    box-shadow: none;
    padding: .25rem 0
}

.recent-blog-card:not(:last-child) {
    border-bottom: 1px dotted #dedede
}

.recent-blog-card img {
    height: 80px;
    object-fit: cover;
    width: 80px;
    border-radius: .25rem
}

.recent-blog-card a {
    text-decoration: none;
    color: #1c1c1c;
    font-weight: 600;
    line-height: 18px;
    display: block;
    font-size: .9rem
}

.hotel-details-card a:hover,
.moreless-button,
.recent-blog-card a:hover {
    text-decoration: underline
}

.recent-blog-card ul {
    font-size: .8rem;
    display: flex;
    gap: 1rem;
    row-gap: .25rem;
    flex-wrap: wrap;
    margin-bottom: 8px
}

.blog-share ul a {
    --size: 30px;
    border-radius: .375rem;
    border: 1px solid #3d8cc0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3d8cc0
}

.blog-share ul a:hover {
    background-color: #03787a
}

.blog-share ul a i {
    font-size: 1rem;
    color: #3d8cc0
}

.tour-filter-section {
    display: none;
    margin-bottom: .5rem;
    position: sticky;
    top: 76px;
    background-color: rgb(245 255 254);
    z-index: 99;
    padding: .25rem 0;
    border-top: 1px solid #eef0f0;
    border-bottom: 1px solid #eef0f0
}

.tour-list-wrapper {
    display: flex;
    gap: 1rem
}

.filter-wrapper {
    flex: 0 0 250px
}

.filter-card {
    border-radius: .375rem;
    background-color: #ccdfdc;
    color: #000
}

.filter-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
    border-bottom: 1px solid #aecbc7
}
.filter-card-header h3{
    font-size: 1rem;
}
.filter-card-header span {
    cursor: pointer
}

.filter-card-body {
    padding: 1rem
}

.about-content {
    max-height: 300px;
    overflow: auto
}

.tour-listing-card {
    overflow: hidden
}
.tour-listing-card .card-title{
    font-size: 1.25rem;
}
.tour-listing-card .place-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform .4s ease-in-out
}

.tour-listing-card ul {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    row-gap: .25rem
}

.light-badge,
.primary-badge {
    padding: 3px 8px;
    border-radius: 10px;
    font-size: .85rem;
    line-height: 1
}

.tour-listing-card .title {
    flex: 0 0 80px
}

.light-badge {
    background: #ebe8e83d;
    border: 1px solid #f6e9e9
}

.primary-badge {
    background: #e3fffd;
    border: 1px solid rgb(191 233 230)
}

.tour-listing-card .badge {
    background-color: #ff5b00;
    color: #fff;
    position: absolute;
    top: 1rem;
    left: 1rem;
    letter-spacing: .5px;
    padding: .5rem;
    border-radius: 5px
}

.tour-details-box h1 {
    font-size: 1.8rem
}

.tour-info .nav {
    gap: 1rem
}

.tour-info .tab-pane {
    padding: 2rem 0;
    max-height: 400px;
    overflow-y: auto
}

.tour-info .tab-pane.no-scroll {
    max-height: none
}

.tour-info .nav .nav-link {
    border: 1px solid #03787a;
    color: #03787a
}

.tour-info .nav .nav-link.active,
.tour-info .nav .nav-link:hover {
    background-color: #03787a;
    color: #fff
}

.timeline li {
    position: relative;
    list-style: none
}

.timeline li a {
    color: #000
}

.timeline li a:hover {
    color: #0e3575;
    font-weight: 500
}

.timeline li .item {
    position: relative;
    min-height: 60px;
    padding: 0 20px 0 40px;
    margin-left: 20px;
    border-left: 2px solid #34bdb2
}

.timelineheading {
    color: #0a0a0a;
    font-size: 18px;
    display: block;
    padding-bottom: 1rem
}

.timelineheading span {
    cursor: pointer;
    position: absolute;
    top: -8px;
    left: -20px;
    width: 40px;
    height: 40px;
    line-height: 12px;
    text-align: center;
    background: #34bdb2;
    color: #fff;
    border-radius: 50%;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px
}

.timelineheading strong {
    color: #2ba79d;
    font-size: .95rem
}

.timeline li ol li,
.timeline li ul li {
    font-size: .95rem;
    padding-left: 1.5rem;
    position: relative
}

.timeline li ol,
.timeline li ul {
    margin-top: .75rem
}

.itenary-ul li:not(:last-child),
.timeline li ol li:not(:last-child),
.timeline li ul li:not(:last-child) {
    margin-bottom: .25rem
}

.timeline li ol li:before,
.timeline li ul li:before {
    content: "\F3E8";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: .85rem;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: silver
}

.tour-info .tab-pane strong {
    color: #2ba79d;
    font-size: 1rem;
    margin-bottom: .25rem
}

.itenary-ul {
    list-style: disc;
    padding-left: 1.5rem;
    font-size: .95rem
}

.total-price,
.total-price-box {
    font-size: 1.3rem
}

.hotel-wrapper,
.top-place-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
}

.hotel-details-card {
    border: 1px solid #dedede;
    border-radius: .375rem;
    padding: .75rem
}

.hotel-details-card a {
    color: #03787a;
    text-decoration: none;
    transition: .25s;
    font-weight: 500
}

.hotel-details-card a .bi-building {
    font-size: 1.2rem
}

.hotel-details-card .bi-star-fill {
    color: #c59b08;
    font-size: .9rem
}

.review-wrapper {
    max-height: 400px;
    overflow: auto
}

.review-wrapper .client-review-card {
    min-height: unset;
    margin-bottom: .5rem
}

.View_all-review-wrapper {
    max-height: unset;
    overflow: unset
}

.View_all-review-wrapper .client-review-card {
    max-width: unset
}

.stickey-section {
    position: sticky;
    top: 90px;
    z-index: 10
}

.calculate-card {
    background: #244f6c;
    color: #fff
}

.guest-wrapper {
    transition: .3s ease-in-out;
    display: none;
    background: #fff;
    position: absolute;
    width: 97%;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 .375rem .375rem
}

.guest-wrapper ul li .data-box span,
.icon-patch {
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    display: flex
}

.guest-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: .375rem
}

.guest-wrapper ul li {
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.guest-wrapper ul li:not(:last-child) {
    border-bottom: 1px solid #dedede
}

.guest-wrapper ul li .label-box {
    flex: 0 0 50%
}

.guest-wrapper ul li .data-box span {
    --size: 25px;
    background-color: #03787a;
    color: #fff;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.guest-wrapper ul li .data-box input[type=text] {
    width: 60px
}

.icon-patch {
    --size: 60px;
    background-image: linear-gradient(110deg, #dbede7, #fdfdfd00);
    align-items: center;
    justify-content: center
}

.icon-patch img {
    height: 40px
}

#calculate-modal strong {
    color: #21a599
}

#calculate-modal .form-check-input:checked {
    background-color: #1a5e59;
    border-color: #1a5e59
}

.total-price-box {
    padding: .75rem 2rem;
    background-color: #1e425a;
    color: #fff;
    font-weight: 700;
    border-radius: .375rem
}

.chet-sheet-card strong,
.h-name,
.total-price {
    font-weight: 500
}

#hotel-modal svg {
    height: 10px
}

.hotel-details-card {
    position: relative
}

.hotel-radio {
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 18px;
    height: 18px
}

.hotel-details-card:has(.hotel-radio:checked) {
    border: 2px solid #1a5e59
}

.h-name {
    color: #03787a
}

.card-wrapper-sm,
.chet-sheet-card .card-body {
    grid-template-columns: repeat(3, 1fr)
}

.navigation {
    background-color: #ccdfdc;
    color: #fff;
    border-radius: .375rem;
    overflow: hidden
}

.navigation__link {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 1em;
    font-weight: 400
}

.navigation__link:hover {
    background-color: #b2d6d1
}

.navigation__link.active {
    color: #fff;
    background-color: #36bcb2
}

.page-section {
    margin-bottom: 2.5rem;
    padding-top: 80px;
    margin-top: -80px
}

.page-section-heading {
    font-size: 1.75rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #133874;
    position: relative
}

.page-section-heading2 {
    font-size: 1.25rem;
    color: #133874;
    text-decoration: underline
}

.page-section-heading:after {
    content: "";
    height: 2px;
    width: 80px;
    border-radius: 3px;
    background: #133874;
    position: absolute;
    left: 0;
    bottom: .5rem
}

.moretext {
    display: none
}

.destination-details-list {
    list-style: auto;
    padding-left: 1.2rem;
    margin-bottom: 1.5rem
}

.destination-details-list li:not(:last-child) {
    margin-bottom: .5rem
}

@media(max-width:1366px) {
    .page-section-heading {
        font-size: 1.5rem
    }
    .page-section-heading2 {
        font-size: 1.2rem
    }
}

@media(max-width:768px) {
    .page-section-heading2,
    .tour-listing-card .card-title {
        font-size: 1.1rem
    }
    .stickey-section {
        position: static;
        top: unset
    }
    .page-section-heading {
        font-size: 1.3rem
    }
}

.top-place-card {
    transition: .25s
}

.top-place-card a {
    color: #03787a;
    margin-left: auto;
    display: block;
    text-align: right
}

.top-place-card:hover a {
    color: #189a9c
}

.top-place-card img {
    border-radius: .5rem
}

.chet-sheet-card .card-body {
    display: grid;
    gap: 1.5rem;
    padding: 2rem
}

.chet-sheet-card .icon-patch {
    background-image: linear-gradient(110deg, #f8e4db, #fdfdfd00);
    flex: 0 0 60px
}

.near-destination-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem
}

.near-Dcard {
    cursor: pointer;
    position: relative;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: transform .3s
}

.near-Dcard img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.near-Dcard .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: bottom .3s
}

.near-Dcard:hover .overlay {
    bottom: -100%
}

.overlay h2 {
    margin: 0;
    font-size: 1.2rem;
    text-align: center
}

.overlay p {
    margin: 8px 0 0;
    font-size: 1rem
}

@media(max-width:1366px) {
    .card-wrapper-sm,
    .top-place-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
    .overlay h2 {
        font-size: 1.1rem
    }
    .near-destination-wrapper {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width:1024px) {
    .filter-overlay.active,
    .tour-filter-section {
        display: block
    }
    .filter-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 80%;
        max-width: 300px;
        background: #fff;
        z-index: 1050;
        transition: left .3s ease-in-out;
        box-shadow: 2px 0 8px rgba(0, 0, 0, .1)
    }
    .filter-wrapper.active {
        left: 0
    }
    .filter-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background-color: rgba(0, 0, 0, .3);
        z-index: 1040
    }
    .chet-sheet-card .card-body {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:680px) {
    .banner-section {
        height: 60vh;
        background-image: url(../img/web-img/banner-coorg_300kb_imresizermob.webp);
    }
    .banner-content {
        width: 85%
    }
    .banner-content h1 {
        font-size: 1.5rem !important;
        line-height: 32px
    }
    .banner-content p {
        font-size: 1.1rem;
        margin-bottom: 0
    }
    .card-wrapper-sm,
    .chet-sheet-card .card-body,
    .recent-post-wrapper,
    .top-place-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
    .hotel-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }
    .tour-details-box h1 {
        font-size: 1.3rem;
        margin-bottom: 0
    }
    .tour-details-box svg {
        height: 11px
    }
    .tour-info .nav .nav-link {
        padding: .25rem .375rem;
        font-size: .9rem
    }
    .tour-info .nav {
        gap: .5rem
    }
    .timelineheading span {
        top: 0
    }
    .tour-info .tab-pane strong {
        line-height: 1.2;
        display: block;
        font-size: .95rem
    }
    .timeline li a {
        color: #000;
        font-size: .9rem
    }
    .page-section-heading {
        font-size: 1.2rem
    }
    .only-desktop {
        display: none
    }
    .near-destination-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
    .overlay h2 {
        font-size: 1rem;
        text-align: center
    }
}

.marque-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .375rem;
    overflow: hidden
}

.marque-wrapper .note {
    flex: 0 0 78px;
    background: #dc3545;
    padding: .2rem .5rem;
    color: #fff;
    border: 1px solid #dc3545
}

.marquee_container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #dedede;
    padding: .2rem 1rem;
    color: #dc3545
}

.marquee {
    display: inline-block;
    animation: 20s linear infinite marquee;
    margin: 0 1rem
}

@keyframes marquee {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(-100%, 0, 0)
    }
}

.marquee:hover {
    animation-play-state: paused
}

.marquee span {
    display: inline-block;
    margin-right: 50px
}

.comment-scroll {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px
}

.comment-scroll::-webkit-scrollbar {
    width: 8px
}

.comment-scroll::-webkit-scrollbar-track {
    background: #f1f1f1
}

.comment-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px
}

.comment-scroll::-webkit-scrollbar-thumb:hover {
    background: #555
}

.comment {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.comment-username {
    font-weight: 700;
    font-size: 1.1em;
    color: #333
}

.comment-date {
    font-size: .9em;
    color: #777
}

.comment-text {
    font-size: 1em;
    color: #555
}

@media (max-width:600px) {
    .comment-header {
        flex-direction: column;
        align-items: flex-start
    }
    .comment-date {
        margin-top: 5px
    }
}