/*-------------------------------------------------- UTILITY */

.flex.row {
    display: flex;
    flex-wrap: nowrap;
    gap:20px;
}

.flex.wrap {
    display: flex;
    gap: 20px;
}

.mobile-only {display:none!important;}

.center {text-align: center;}

@media (max-width: 768px) { 
    .mobile-only {display:block!important;}
    .hide-mobile {display:none;}
}

/*-------------------------------------------------- WEATHER & ABOUT LOCATION WIDGET */

.weather-widget {
    width: 100%;
    min-width: 320px;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #c9c8c8;
    margin-bottom: -25px;
}
.weather-widget h4 {text-align: center; font-weight: bold; text-transform: capitalize;}
.weather-widget h6 {text-align: center; font-weight: bold;}

.weather-widget img {
    margin: auto;
    display: block;
    width: 130px;
}

.weather-widget .flex.row{
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

#cttv-location-about {margin-bottom:10px;}

#cttv-location-about.expanded {
    height: auto !important;
}

a#about-location-read-more {
    margin-top: 2px;
}

/*  MOBILE WEATHER BUTTON */
.mobile-weather-btn {
    width: 100%;
    /* max-width: 400px; */
    margin:auto;
    padding: 0px 10px;
    border-radius: 5px;
    border: 2px solid #c9c8c8;
    margin-bottom: -10px;
}
.mobile-weather-btn h4 {
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.3em;
    margin-top: 10px;
    font-size: 16px;
}
.mobile-weather-btn h6 {text-align: center; font-weight: bold; font-size: 12px; color: #9c9c9c;}

.mobile-weather-btn img {
    margin: auto;
    display: block;
    width: 100px;
}

.mobile-weather-btn .flex.row{
    align-content: center;
    justify-content: space-around;
    align-items: center;
    gap: 0px;
}
.weather-icon-container {
    width: 105px;
    height: 90px;
    overflow: hidden;
}
img.weather-icon-image {
    height: 125px;
    object-fit: cover;
    position: relative;
    top: -15px;
}

@media (max-width: 768px) { 
    #cttv-location-about {
        height: 70px;
        overflow: hidden;
        transition: height 0.5s ease;
    }
    #locations-top-section {border-bottom:0;}
    .weather-widget {margin-bottom: 0px; padding-bottom: 5px; min-width: 100%}
    .weather-widget h4 {font-size: 16px;}
    #locations-top-section h2 {font-size: 18px;}
}



/*-------------------------------------------------- HEADER */
.cttv_header {
    background-color: #0f6635;
    padding: 50px;
    color: white;
    max-width: 1920px;
    margin: auto;
}
.cttv_header h1 {font-weight:bold; text-align: center; color: white; padding: 0; margin: 0; margin-bottom:10px;}
.cttv_header h2 {text-align: center; color: white; padding: 0; margin: 0;}

.cttv-about-travel-app {
    max-width: 1080px;
    width: 90%;
    margin: auto;
}
.cttv-about-travel-app h2 {
    margin-bottom: 25px;
}

.cttv-location-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.cttv-locations-container {
    max-width: 1080px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.cttv-location-card {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: 100%; /* Adjust based on your layout */
    max-width: 48%; /* Adjust based on your layout */
    justify-content: center;
    align-items: center;
}

.cttv-location-card:hover { opacity: .8;}

.cttv-location-image {
    flex-grow: 0; /* Prevents the item from growing */
    flex-shrink: 0; /* Prevents the item from shrinking */
    height: 165px;
    width: 200px;
    background-size: cover;
    background-position: center; 
}

/* .cttv-location-image img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    border-right: 1px solid #ddd;
} */

.cttv-location-info {
    padding: 15px;
    flex-grow: 1;
}

.cttv-location-info h2 {
    line-height: 1.1em;
}

.cttv-location-info h2 span {
    font-size: .7em;
}

.cttv-location-info h2 {
    margin-top: 0;
}

.cttv-location-content {
    padding: 15px;
}

.cttv-location-title {
    margin: 0 0 10px;
}

.cttv_known_for {
    font-style: italic;
    color: #939393;
    margin-top: 5px;
    font-size: 18px;
}

@media (max-width: 768px) { /* Adjust the max-width as needed for your mobile breakpoint */
    .cttv-location-card {
        width: 90%;
        max-width: 90%; /* Ensure that max-width does not restrict the card's width on mobile */
        flex-wrap: wrap;
    }
    .cttv-location-image {width: 100%;}
}

.things-to-do-main-content {margin-bottom: 0;}


/* LOCATION HEADER */
.cttv_location_header {
    width: 100%;
    max-width: 1920px;
    margin:auto;
    text-align: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.cttv_location_header .cttv_overlay {
    background-color: #0000007a;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.cttv_location_header h1 span{
    font-size: .5em;
}
.cttv_location_header h1 {
    color: white;
    font-size: 5em;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000000b8;
    margin-bottom: 40px;
}


/* THINGS TODO HEADER */
.cttv_things_to_do_header {
    text-align: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    max-width: 1920px;
    margin: auto;
}

/* .cttv-navigation {
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-content: center;
    align-items: center;
    margin-bottom: 25px;
} */

.cttv-navigation {
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 5px 20px;
    border-radius: 0px 0px 5px 5px;
    margin-top: 0px;
    background: #e8e8e8;
    margin-bottom: 25px;
    text-align: center;
}

.post-type-archive-cttv_things_to_do .cttv-navigation {
    z-index: 1000;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin: 0;
    position: fixed;
    height: 43px;
    bottom: -5px;
    background: #373737;
    border-radius: 0px 5px 0px 0px;
}


.post-type-archive-cttv_things_to_do .cttv-navigation a {color:white;}

.cttv-navigation.bottom {
    margin-bottom: 0px;
    margin-top: 25px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 2px solid white;
}

.cttv-navigation a {
    color: #0f6635;
}

.things-todo-post .post-description {
    margin-bottom: 0;
}

.cttv-description-toggle {
    border: 0;
    background: transparent;
    color: #555;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.cttv-description-arrow,
.cttv-description-toggle-label {
    display: block;
}

.cttv-description-arrow {
    font-size: 14px;
    line-height: 1;
}

.cttv-read-more-button {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 18px;
    border-radius: 3px;
    background: var(--cttv-read-more-color, #005100);
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.cttv-read-more-button:hover,
.cttv-read-more-button:focus {
    color: #fff;
    opacity: .85;
}

.cttv-listing-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.cttv-listing-actions .cttv-read-more-button {
    margin-top: 0;
}

.cttv-quick-info-toggle,
.cttv-menu-button,
.cttv-website-button {
    display: inline-block;
    padding: 6px 16px;
    border: 2px solid var(--cttv-read-more-color, #005100);
    border-radius: 3px;
    background: transparent;
    color: var(--cttv-read-more-color, #005100);
    font: inherit;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    text-decoration: none;
}

.cttv-quick-info-toggle:hover,
.cttv-quick-info-toggle:focus,
.cttv-quick-info-toggle[aria-expanded="true"],
.cttv-menu-button:hover,
.cttv-menu-button:focus,
.cttv-website-button:hover,
.cttv-website-button:focus {
    background: var(--cttv-read-more-color, #005100);
    color: #fff;
}

.things-todo-post .cttv-list-quick-info {
    margin-top: 30px;
}

.things-todo-post .cttv-list-quick-info .cttv-post-meta {
    margin-top: 0;
}

.things-to-do-main-content .cttv-post-wrapper.things-todo-post {
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
	padding: 50px 32px;
	background: linear-gradient(
		to bottom,
		#f7f7f7 0,
		#fff 75px,
		#fff calc(100% - 75px),
		#f7f7f7 100%
	);
}

.things-to-do-main-content .cttv-post-wrapper.things-todo-post:not(.things-todo-post ~ .things-todo-post) {
	margin-top: 50px;
}

.cttv-header-post-wrapper {
    max-width: 1280px;
    text-align: center;
    margin: auto;
    width:90%;
}
.cttv-header-post-wrapper h2 {
    font-weight: bold;
    font-size: 20px;
}

#location-conclusion {
    border: 2px solid #ececec;
    border-radius: 5px;
    padding: 0px 20px 20px 20px;
}
#location-conclusion a {
    color: #0f6635;
}
#location-conclusion h2 {
    background: white;
    color: #0f6635;
    display: inline-block;
    position: relative;
    top: -13px;
    padding: 0 40px;
    margin-bottom: 10px;
}


.things-todo-post h2 {font-size: 26px;}
.things-todo-post h2.mobile-only {text-align:center; font-weight:bold; margin:auto; margin-bottom: 20px;}
.things-todo-post h2.hide-mobile {font-weight:bold; margin-bottom: 25px;}

.cttv-post-wrapper.things-todo-post .cttv-post-wrapper.flex {
    padding: 0px;
    margin: 0px;
}

.cttv_things_to_do_header .cttv_overlay {
    background-color: #0000007a;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.cttv-info-bar svg {
    height: 28px;
    position: relative;
    top: 7px;
    margin-right: 7px;
    fill: #555555;
}

.cttv-contact-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cttv-contact-box svg {
    height: 28px;
    position: relative;
    top: 7px;
    margin-right: 7px;
    fill: #555555;
}

/* .cttv-right svg {
    width: 20px;
    position: relative;
    top: 7px;
    margin-right: 7px;
    fill: #555555;
} */
.cttv-info-bar svg {
    height: 25px;
    position: relative;
    top: 7px;
    margin-right: 7px;
    fill: #838282;
}


/* .cttv_things_to_do_header .cttv_overlay .cttv-post-wrapper {margin-bottom:0;} */

.cttv_things_to_do_header h1 {
    color: white;
    font-size: 3em;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000000b8;
}

.cttv_things_to_do_header h2 { 
    color: white;
    width:100%;
}

a.cttv-back-btn {
    display: inline-block;
    background: #005100;
    padding: 10px 20px;
    color: white;
    margin-top: 0px;
    border-radius: 3px 3px 0px 0px;
}


@media (max-width: 1000px) { 
    .cttv-post-wrapper .cttv-right {
        max-width: 100%!important;
    }
    .post-thumbnail img {width: 100%;}
    .cttv-post-wrapper.flex {
        flex-wrap: wrap !important;
        margin: auto !important;
    }
    #locations-top-section {
        width: 90%!important;
    }
}

@media (max-width: 768px) { 
    .things-to-do-main-content .cttv-post-wrapper.things-todo-post {
        padding: 35px 18px;
        background: linear-gradient(
            to bottom,
            #f7f7f7 0,
            #fff 60px,
            #fff calc(100% - 60px),
            #f7f7f7 100%
        );
    }

    .things-to-do-main-content .cttv-post-wrapper.things-todo-post:not(.things-todo-post ~ .things-todo-post) {
        margin-top: 25px;
    }

    .cttv-header-post-wrapper h2 {
        font-size: 18px;
        font-weight: bold;
    }
    .cttv-header-post-wrapper p {
        text-align: left;
    }
    .cttv-header-post-wrapper {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .cttv-navigation {
        font-size: 12px;
        padding: 2px 20px;
        margin-bottom: 15px;
    }
    .cttv-info-bar svg {
        height: 18px;
    }
    .things-todo-post h2 {
        font-size: 16px;
        margin-bottom: 0px !important;
        background: #e9e9e9;
        border-radius: 5px 5px 0px 0px;
        line-height: 1.3em;
        padding:10px;
    }
    .cttv-post-wrapper.things-todo-post .cttv-post-wrapper.flex {
        gap:0px;
    }

    .things-todo-post .post-description {
        margin-bottom: 0;
        display: -webkit-box;
        height: auto;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    .cttv-description-toggle.mobile-only {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        width: auto;
        margin: 8px auto 12px;
        padding: 3px 12px;
    }

    .cttv-description-toggle[aria-expanded="false"] .cttv-description-arrow {
        animation: cttv-description-arrow-bob 1.8s ease-in-out infinite;
    }

    .cttv-listing-actions {
        margin-top: 10px;
    }

    .things-todo-post .cttv-list-quick-info {
        margin-top: 20px;
    }
    /* .things-todo-post .post-description::after {
        content: '...';
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 5px;
      } */
    .things-todo-post .post-description.expanded {
        display: block;
        height: auto;
        overflow: visible;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }
    /* .things-todo-post .post-description.expanded::after {
        content: '';
    } */
}


/*--------------------------------- SEARCH */
.cttv-search-wrapper {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    margin-top:25px;
    margin-bottom:50px;
    display: flex;
    gap:10px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.cttv-sort-buttons {
    display: flex;
    gap: 5px;
}
#cttvSearchField {
    flex: 1 1 auto;
    min-width: 0;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #bbb;
}
#cttvSearchField {
background-repeat: no-repeat;
background-size: 30px;
background-position: 11px;
padding-left: 55px;
}

select#cttvCategoryDropdown,
select#cttvAreaTagDropdown {
    width: 15%;
    flex-shrink: 0;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #bbb;
}
select#cttvCategoryDropdown,
select#cttvAreaTagDropdown {
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 11px;
    padding-left: 55px;
}
.cttv-sort-btn {
    height: 50px;
    width: 50px;
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #bbb;
    display: block;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.cttv-sort-btn:hover {opacity: .8;}

.cttv-sort-btn svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

@keyframes cttv-description-arrow-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

@media (prefers-reduced-motion: reduce) {
    .cttv-description-toggle[aria-expanded="false"] .cttv-description-arrow {
        animation: none;
    }
}

.cttv-sort-btn {
    color: #333;
    justify-content: center;
}

.cttv-sort-btn.active {
    color: #fff;
    background-color: var(--cttv-primary-category-color, #005100);
    border-color: var(--cttv-primary-category-color, #005100);
}


@media (max-width: 1350px) {
    .cttv-search-wrapper {
        width: 95%!important;
    }
}


@media (max-width: 1000px) {
    .cttv-search-wrapper {
        width: 90%!important;
        flex-wrap: wrap;
    }
    #cttvSearchField {
        flex: 1 1 100%;
    }
    select#cttvCategoryDropdown,
    select#cttvAreaTagDropdown {
        width: calc(50% - 5px);
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    select#cttvCategoryDropdown,
    select#cttvAreaTagDropdown {
        width: calc(50% - 5px);
        padding: 6px;
        background-image:none!important;
        background-size: 0px;
    }
    .cttv-search-wrapper {
        width: 90%;
    }
    .cttv-sort-btn {
        height: 40px;
        width: 40px;
    }
    #cttvSearchField {
        width: 100%;
    }
    .cttv-sort-btn {
        padding: 10px;
    }
    .cttv-search-wrapper {
        margin-top:0px;
        margin-bottom: 25px;
    }
    .cttv-sort-btn {
        height: 35px;
    }
    #cttvSearchField {
        padding: 10px 00px 10px 50px;
    }
}

@media (max-width: 359px) {
    select#cttvCategoryDropdown,
    select#cttvAreaTagDropdown {
        width: 100%;
    }
}





.cttv-post-wrapper {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    margin-top:50px;
    margin-bottom:50px;
}

.things-to-do-main-content .cttv-post-wrapper { border-bottom: 2px solid #dedede;}

.cttv-shortcode-list #locations-top-section {
    padding-bottom: 20px;
}

.cttv-shortcode-list #locations-top-section .weather-widget {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

@media (min-width: 769px) {
    .cttv-shortcode-list #locations-top-section .weather-widget {
        margin-bottom: -22px;
    }
}


/* Remove border from the last .cttv-post-wrapper */
.cttv-post-wrapper:last-child {
    border-bottom: none;
}

.cttv-post-wrapper.flex {
    display: flex;
    flex-wrap: nowrap;
    gap:50px;
}


.cttv-post-wrapper .cttv-right {
    width: 100%;
    margin:auto;
    max-width: 400px;
    flex-grow: 0; /* Prevents the item from growing */
    flex-shrink: 0; /* Prevents the item from shrinking */
    /* margin-top: 65px; */
}

.things-todo-post .cttv-right {
    align-self: flex-start;
    margin: 0 auto;
}

.post-thumbnail {
    width: 100%; 
}


.post-thumbnail img {
    width: 100%; 
    border: 10px solid white;
    border-bottom: 80px solid white;
    box-shadow: 3px 3px 20px #00000024;
    margin-bottom: 25px;
    border-radius: 5px;
}

ul.cttv_categories li {
    background: #e9e9e9;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    line-height: 1.3;
    color: #454545;
    border-radius: 5px;
    font-size: 10px !important;
    margin-right: 5px;
    margin-bottom: 5px;
}

ul.cttv_categories li:hover {opacity: .8;}

ul.cttv_categories li.cttv-main-category {
    background-color: var(--cttv-primary-category-color, #005100);
    color: #fff;
}

ul.cttv_categories {
    margin-bottom: 10px;
}

ul.cttv_categories li a {
    color: #454545;
}

ul.cttv_categories li.cttv-main-category a {
    color: #fff;
}

ul.cttv_categories {margin-bottom:10px;}

a.cttv_book_now_btn {
    display: inline-block;
    background: #005100;
    color: white;
    padding: 10px 30px;
    margin-top: 25px;
    border-radius: 3px;
}
a.cttv_grab_btn img {
    width: 100%;
    max-width: 200px;
    margin-top: 25px;
}
a.cttv_grab_btn img:hover {
    opacity: .8;
}
a.cttv_book_now_btn:hover {opacity: .8;}

.cttv_risksbox {
    background: #ffe2e2;
    padding: 20px;
    line-height: 1.2;
    border-radius: 5px;
    width: 100%;
    margin-top:25px;
}
span.cttv-alert {
    display: block;
    position: relative;
    top: -12px;
    left: -7px;
    padding: 5px;
    font-weight: bold;
}
span.cttv-alert svg {
    fill: #b34e4e;
    width: 20px;
    position: relative;
    top: 5px;
    margin-right:5px;
}


.cttv-post-meta {
    margin-top: 50px;
    padding: 0 25px;
    padding-bottom:25px;
    border: 2px solid #ececec;
    border-radius: 5px;
}

.cttv-quick-info-title {
    margin: auto;
    margin-top: -14px!important;
    background: white;
    font-weight: bold;
    text-align: center;
    max-width: 250px;
    font-size: 14px;
    color: #005100;
}

h2.cttv-quick-ref-guide.cttv-quick-info-title {
    margin-top: -7px !important;
    max-width: 90%;
}

h2.cttv-protips-title.cttv-quick-info-title {
    margin-top: -9px !important;
    padding: 0 20px;
    max-width: 90%;
    padding-bottom: 16px;
}

.cttv-info-bar {
    margin-top:15px;
    margin-bottom: 10px;
    display: flex;
    gap: 0px 20px;
    flex-wrap: wrap;
}

.cttv-info-bar a {
    color: #5f5f5f;
}

.cttv_addresses {
    width: 100%;
    margin-top:10px;
}
/* .cttv-post-wrapper.flex.row .col {
    width: 100%;
} */

.cttv-post-wrapper.flex.row .col:only-child {
    width: 100%;
}

.cttv-post-wrapper.flex.row .col:nth-child(1):nth-last-child(2),
.cttv-post-wrapper.flex.row .col:nth-child(2):nth-last-child(1) {
    width: 50%;
}

a.cttv-back-btn.hide-mobile {
    margin-top: 33px;
}


@media (max-width: 1350px) { 
    .cttv-post-wrapper {
        width: 95%;; 
    }
    .cttv-post-wrapper.flex {
        width: 95%; 
    }
    .cttv-post-wrapper .cttv-right {margin-top:0;}
    .things-to-do-main-content .cttv-post-wrapper { border-bottom: 0px solid #dedede;}
    ul.cttv_categories li {padding: 3px 5px; margin-bottom: 0px;}
    a.cttv-back-btn.hide-mobile {
        display: none!important;
    }
}

@media (max-width: 768px) { 
.cttv-post-wrapper.flex.row .col:nth-child(1):nth-last-child(2),
.cttv-post-wrapper.flex.row .col:nth-child(2):nth-last-child(1) {
    width: 100%;
}
ul.cttv_categories {
    overflow: hidden;
    height: 45px;
}
}




@media (max-width: 768px) { /* Adjust the max-width as needed for your mobile breakpoint */
    .cttv-post-wrapper {
        width: 90%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .things-to-do-main-content .cttv-post-wrapper.things-todo-post {
        width: 100%;
    }
    #locations-top-section .cttv-post-wrapper {margin-top: 15px;}
    #locations-top-section .flex.wrap {
        gap: 15px;
    }
    
    .cttv-post-wrapper.flex {
        flex-wrap: wrap;
        width: 100%;
        margin: auto !important;
    }
    .cttv_location_header {
        height: 150px;
        max-width: 1920px;
        margin: auto;
    }
    .cttv_location_header h1 {
        font-size: 3em;
        margin-bottom: 0px;
    }
    .cttv_things_to_do_header h1 {
        font-size: 2em;
    }
    .cttv-navigation {max-width: 100%;}
    .col-2 {width: 100%;}
    .flex.wrap {
        flex-wrap: wrap;
    }
    .flex.wrap > div {
        width: 100%; 
    }
    .post-thumbnail img {
        border: 0px solid white;
        border-radius: 0px 0px 5px 5px;
        margin-bottom: 5px;
    }
    .cttv-post-meta {
        padding: 0 10px;
        padding-bottom:10px;
        margin-top: 25px;
    }
}

.things-to-do-main-content.cttv-photo-style-rounded .post-thumbnail img,
.single-thing-to-do-main-content.cttv-photo-style-rounded .post-thumbnail img {
    display: block;
    border: 0;
    border-radius: var(--cttv-photo-radius, 3px);
    box-shadow: none;
    margin-bottom: 10px;
}

.things-to-do-main-content.cttv-photo-style-rounded .cttv-right ul.cttv_categories {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}



.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-prev:before, .slick-next:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    opacity: .75;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 85%;
    mask-size: 85%;
    -webkit-mask-position: center;
    mask-position: center;
}

.slick-prev:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512 256a256 256 0 1 0 -512 0 256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512 256a256 256 0 1 0 -512 0 256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z'/%3E%3C/svg%3E");
}

.slick-next:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M0 256a256 256 0 1 0 512 0 256 256 0 1 0 -512 0zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M0 256a256 256 0 1 0 512 0 256 256 0 1 0 -512 0zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z'/%3E%3C/svg%3E");
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before { opacity: .25; }

/* Slick dots — replaces slick-theme.css dot styles */
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:before { content: '•'; position: absolute; top: 0; left: 0; width: 20px; height: 20px; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: .25; }
.slick-dots li.slick-active button:before { opacity: .75; }

.slick-slide img {
    display: block;
    height: 100%;
    max-height: 200px;
}

.col .slick-slide img {
    display: block;
    height: 100%;
    max-height: 100%;
}

.mb-50 {margin-bottom:50px;}
.mb-100 {margin-bottom:100px;}


iframe.fitvidsignore {
    width: 100%;
    margin-bottom: 10px;
}

.slick-dots {
    bottom: 10px!important;
}
.slick-next {
    right: -15px!important;
    background: white !important;
    border-radius: 100%;
    z-index: 100;
}
.slick-prev {
    left: -15px!important;
    background: white !important;
    border-radius: 100%;
    z-index: 100;
}
.slick-prev, .slick-next {
    width: 30px!important;
    height: 30px!important;
}
ul.slick-dots {
    height: 20px!important;
    overflow: hidden!important;
}





/* -------------------------------------------------------------- AD SPACE */
.cttv-post-sponsor {
    margin-bottom: 20px;
}

.sponsor-container {
    border: 2px solid #ececec;
    border-radius: 5px;
    padding: 20px;
    line-height: 1.2em;
}

.sponsor-box {
    display: flex;
    flex-wrap: wrap;
}

.sponsor-content {
    flex: 1;
    padding-right: 10px;
}

.cttv-sponsor-label-title {
    position: relative;
    z-index: 1;
    top: 14px;
    max-width: 250px;
    margin: auto;
    padding-bottom: 10px;
    background: #fff;
    color: #005100;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.sponsor-image {
    flex: 1;
    padding-left: 10px;
}

.sponsor-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.sponsor-title {
    margin-bottom: 25px;
    text-align: center;
    font-family: cabin;
    line-height: 1.3em;
}

.sponsor-title h3,
.sponsor-title h4 {
    font-family: cabin;
}

@media (max-width: 1200px) {
    .sponsor-box {
        flex-direction: column;
    }

    .sponsor-content,
    .sponsor-image {
        flex: none;
        width: 100%;
        padding: 0 0 10px;
    }

    .sponsor-image {
        padding-top: 10px;
    }
}

.cttv-vertical-ad {
    margin-top: 30px;
}
.cttv-vertical-ad img:hover{
    opacity: .8;
}
.cttv-horizonal-ad {
    margin-bottom: 15px;
}
.cttv-horizonal-ad img{
    width: 100%;
}
.cttv-vertical-ad img{
    width: 100%;
}
.cttv-horizonal-ad img:hover{
    opacity: .8;
}

.cttv-mobile-ad {display:none;}
.mobile-a-scale {
    transform: scale(1.13);
    padding: 0px 0;
}
#sidebar .cttv-mobile-ad {
    margin-top: 50px;
}
.cttv-a-with-us {
    text-align: center;
    width: 100%;
    display: block;
    color: #b7b7b7;
    font-size: 12px;
    margin-top: 5px;
    text-decoration: none;
}

.cttv-ad-wrap {
    max-width: 700px;
    margin: auto;
    margin-top:50px;
}

.things-to-do-main-content .cttv-ad-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 40px 32px;
    border: 2px solid #dedede;
    background: #dedede;
}

.things-to-do-main-content .cttv-ad-wrap .cttv-horizonal-ad,
.things-to-do-main-content .cttv-ad-wrap .cttv-mobile-ad {
    margin-top: 0;
    margin-bottom: 0;
}

.things-to-do-main-content .cttv-ad-wrap .cttv-horizonal-ad {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.things-to-do-main-content .cttv-ad-wrap a,
.things-to-do-main-content .cttv-ad-wrap img {
    display: block;
}

.things-to-do-main-content .cttv-ad-wrap img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
    .cttv-horizonal-ad {display:none;}
    .cttv-vertical-ad {display:none;}
    .cttv-mobile-ad {
        padding-bottom: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 400px;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    .things-to-do-main-content .cttv-ad-wrap {
        padding: 24px 16px;
    }
}

.support_btn_app img {
    max-width: 300px;
    width: 90%;
    margin: auto;
    display: block !important;
    margin-bottom: 5px;
    margin-top: 5px;
    animation: bounce 2s infinite;
}

.support_btn_app img:hover {
  opacity:.8;
}

/* Define the bounce animation */
@keyframes bounce {
    0%, 100% {
        transform: scale(1); /* Original size */
        animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);
      }
      50% {
        transform: scale(1.05); /* Zoom in */
        animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);
      }
}


/*----------------------------------------------------------- SOCIAL SHARE */
.cttv-share {
    font-size: 10px;
}
.cttv-social-share-icons {
    margin-bottom: 10px;
}
.cttv-social-share-icons svg {
    margin: 0;
    width: 20px;
    top: 0;
}

.things-todo-post .cttv-social-share-icons {
    width: 80px;
    text-align: center;
    margin-right: -20px;
  }
  .cttv_location_share {
    width: 270px;
    margin: auto;
    text-align: center;
    background: white;
    position: relative;
    top: -30px;
    border-radius: 100px;
    padding: 10px;
    box-shadow: 0px 0px 20px #0000002e;
}
.cttv_location_share .cttv-social-share-icons svg {
    margin: 0;
    height: 25px;
    width:auto;
    top: 0;
    fill: #555555;
}
.cttv_location_share .cttv-social-share-icons {
    margin-bottom: 0px;
    margin-top: 7px;
    margin-right: -10px;
    display: flex;
    justify-content: center;
    gap: 5%;
}

@media (max-width: 1000px) {
    .things-todo-post .cttv-social-share-icons {
        width: auto;
        margin-right:0px;
        text-align: left;
        margin-right: 0px;
    }
    .cttv_location_share {
        width: 100%;
        margin: auto;
        text-align: center;
        background: white;
        position: relative;
        top: 0;
        border-radius: 0;
        padding: 1px;
        box-shadow: 0px 0px 4px #00000021;
    }
}






.cttv-slider .slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
}



/*-------------------------------------------------------------------- GOOGLE REVIEW SYSTEM */
.cttv_google_reviews-main {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cttv_google_reviews-main h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom:15px;
}
.cttv-google-review .rating svg {
    width: 18px;
    fill: gold;
}

.cttv-review-image-title-container img.profile-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.cttv-review-image-title-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cttv-google-review {
    border: 1px solid #dad9d9;
    padding: 20px;
    border-radius: 3px;
}

.cttv-google-review-container {
    display: flex;
    gap: 2%;
    width: 100%;
    flex-wrap: wrap;
}
.cttv-google-review {
    width: 100%;
    margin-bottom: 25px;
}
.cttv-review-text {
    line-height: 1.3em;
    margin-top: 25px;
}

.cttv-review-image-title-container h6 {
    font-weight: bold;
}

.avg-review-score svg {
    width: 25px;
    fill:gold;
}
.avg-review-score {
    text-align: center;
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    color: black;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.avg-review-score .score {
    margin-right: 10px;
}

.cttv-post-content .avg-review-score {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    color: black;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.cttv-post-content .col h2 {
    margin-top: 30px;
    line-height: 1.3em;
}

.cttv-about-heading {
    font-size: 16px;
    margin-top: 0 !important;
}

.cttv-post-content .col h3 {
    margin-top: 15px;
    line-height: 1.3em;
}

.cttv-post-content ul li {
    list-style: circle;
    line-height: 1.3;
    margin-top: 15px;
}

@media (min-width: 1280px) {
    .cttv-google-review {
        width: 49%; /* Each review takes up 50% width on larger screens */
    }
    /* Full width only when last item is alone in its row (odd total count) */
    .cttv-google-review:last-child:nth-child(odd) {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cttv-post-content .avg-review-score {justify-content: center;}
}

/* LANG SELECT */
#trp-floater-ls.trp-bottom-right {
    top: auto!important;
    bottom: -20px !important;
    right: -1%!important;
    padding: 6px;
}
#trp-floater-ls.trp-color-dark {
    background: #1d1d1d!important;
    border-radius: 5px 0px 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0)!important;
}
a.trp-floater-ls-disabled-language.trp-ls-disabled-language {
    color: white !important;
    font-weight: bold;
}
#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    padding: 0px 20px 0px 20px!important;
}

@media only screen and (max-width: 768px) {
    #trp-floater-ls.trp-color-dark {
        border-radius: 0px 0px 0 0;
        border-left: 3px solid #5d5d5d;
    }
}


/*-------------------------------------------------- OTHER ACTIVITIES YOU MIGHT LIKE SECTION */
.cttv-related-activities--slider {
    background: #f2f2f2;
    padding: 40px 0 60px;
    margin-top: 60px;
}
.cttv-related-activities--slider .cttv-related-activities-inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.cttv-related-activities--slider h2 {
    text-align: center;
    margin: 0 0 25px;
    font-weight: bold;
}

.cttv-related-activities-slider {
    margin: 0 -10px;
}
.cttv-related-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

a.cttv-related-card-link {
    display: block;
    text-decoration: none !important;
}
.cttv-related-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.cttv-related-card:hover { opacity: .85; }

.cttv-related-card-image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cttv-related-card-image--placeholder svg {
    width: 70px;
    height: 70px;
    fill: #c9c9c9;
}

.cttv-related-card-title {
    color: #0f6635;
    padding: 12px 15px 14px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    line-height: 1.2em;
    font-size: 16px;
}

.body.cttv-post-wrapper {
    margin-bottom: 0;
}

/* Arrows: vertically centered (Slick already does top:50%) */
.cttv-related-activities--slider .slick-prev,
.cttv-related-activities--slider .slick-next {
    z-index: 5;
}
.cttv-related-activities--slider .slick-prev { left: -10px !important; }
.cttv-related-activities--slider .slick-next { right: -10px !important; }

@media screen and (max-width: 1280px) {
    .cttv-related-card-image { height: 200px; }
}
@media screen and (max-width: 768px) {
    .cttv-related-activities--slider { padding: 25px 0 40px; }
    .cttv-related-activities-slider { margin: 0; }
    .cttv-related-slide { padding: 0; }
}


/* Membership Login */
/*------------------------------------------ FORMS */
.cttv-signup {width:50%;}
.cttv-login {width:50%;}

.cttv-error-message {
    border: 2px solid #ef4d48;
    padding: 0px 7px;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 15px;
}

.cttv-success-message {
    border: 2px solid #0f6635;
    padding: 0px 7px;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 15px;
}

input.half {
    width: 49%!important;
    margin: 0;
    margin-bottom: 1%;
}

.cttv-signup textarea {
    width: 99%;
    margin: 0;
    margin-bottom: 1%;
}


.cttv-register input.full {
    width: 99%;
    margin: 0;
    margin-bottom: 1%;
}

.cttv-register textarea.full {
    width: 99%;
    margin: 0;
    margin-bottom: 1%;
}

.cttv-register form {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

/*AJAX FORMS LOADING BAR */
.loading-container {
    width: 99%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    display:none;
}

.loading-bar {
    font-size: 8px;
    line-height: 1;
    color: #f6f3f5;
    padding: 4px 10px;
    width: 12%;
    height: 100%;
    background-color: #0f6635;
    animation: loadingAnimation 6s infinite;
}

@keyframes loadingAnimation {
    0% { width: 12%; }
    90% { width: 100%; }
    100% { width: 12%; }
}

@media only screen and (max-width: 768px) {
    .cttv-signup, .cttv-login {
        width: 95%;
        margin: auto;
    }
}


/*----------------------------------------------------- REGISTER SIGNUP SHORTCODES */
.cttv-login.cttv-login-short-code{
    width: 95%;
    margin:0 auto;
    margin-bottom: 50px;
}
.cttv-login.cttv-login-short-code input {
    width: 100%;
    margin-top: 10px;
}
.cttv-signup.cttv-login-short-code{
    width: 95%;
    margin:0 auto;
    margin-bottom: 50px;
}
.cttv-signup.cttv-login-short-code input {
    width: 100%;
    margin-top: 10px;
}


/*----------------------------------------------------- Input */
#cttv-service-form input {
    border: 1px solid #d2cbcb;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 5px;
}
#cttv-service-form label {
    font-size: 12px;
}
#cttv-service-form {
    border: 1px solid #cecece;
    padding: 15px;
    margin-bottom: 20px;
}

#cttv-service-form input[type="radio"],
#cttv-service-form input[type="checkbox"] {
    width: auto;
    margin-right:5px;
}

#cttv-login_submit, #cttv-register_submit {
    background: #0f6635;
    color: white;
    border: 0;
    padding: 15px;
    border-radius: 3px;
}

.cttv-input-field {
    background: #f3f3f3 !important;
    padding: 15px !important;
    border-radius: 3px;
}



.cttv-spinner {
    border: 4px solid rgb(0 0 0 / 45%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border-left-color: white;
    animation: emc-spin 1s ease infinite;
    float: left;
    position: relative;
    top: 6px;
    left: 15px;
  }
  
  @keyframes emc-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }



  /*-------------------------------------------------- FULL WIDTH 2 COLUMN LISTICLE */
.cttv-fullwidth-listicle {
    margin-top:50px;
}

.cttv-fullwidth-listicle-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.cttv-fullwidth-listicle-item {
    width: 49%;
    margin-bottom: 20px;
}

.cttv-fullwidth-listicle-item-inner {
    border: 1px solid #dad9d9;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}

.cttv-fullwidth-listicle-item-inner.has-image {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.cttv-fullwidth-listicle-media {
    width: 100%;
    max-width: 250px;
    flex: 0 0 250px;
}


.cttv-fullwidth-listicle-media.logo {
    width: 130px;
    flex: 0 0 130px;
    margin: auto;
}

.cttv-fullwidth-listicle-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
}
.cttv-fullwidth-listicle-media.logo img {
    width: 120px;
}

.cttv-fullwidth-listicle-text h3 a {
    color: inherit;
    text-decoration: none;
}
.cttv-fullwidth-listicle-text h3 a:hover { opacity: .85; }

.cttv-fullwidth-listicle-text p {
    line-height: 1.3em;
}

@media (max-width: 768px) {
    .cttv-fullwidth-listicle-item { width: 100%; }
    .cttv-fullwidth-listicle-item-inner.has-image { flex-wrap: wrap; }
    .cttv-fullwidth-listicle-media { width: 100%; flex: 0 0 100%; }
    .cttv-fullwidth-listicle-media img { height: auto; width: 100%; margin-bottom: 15px;}
    .cttv-fullwidth-listicle-media.logo img {
        max-width: 150px;
        margin: auto;
    }
    .cttv-fullwidth-listicle-text h3 {
        text-align: center;
    }
    .cttv-fullwidth-listicle-media {
        width: 100%;
        max-width: 100%;
    }
}


/*-------------------------------------------------- LOCATION MAP */

#cttv-location-map-wrap,
.cttv-location-map-wrap {
    margin: 0 0 50px;
}

#cttv-location-map,
.cttv-location-map {
    width: 100%;
    height: 450px;
}

#cttv-single-dynamic-map-wrap {
    margin: 0 0 0;
}

#cttv-single-dynamic-map {
    width: 100%;
    height: 450px;
}

@media (max-width: 768px) {
    #cttv-location-map-wrap,
    .cttv-location-map-wrap { margin-top: 50px; }
    #cttv-location-map,
    .cttv-location-map { height: 90vh; }
    #cttv-single-dynamic-map { height: 90vh; }

    /* Remove InfoWindow scrollbars on mobile */
    .gm-style-iw-d { overflow: hidden !important; }
    .gm-style-iw { overflow: hidden !important; }
    .cttv-iw { width: 220px; max-width: 220px; }
    .cttv-iw-img { width: 70px; height: 70px; }
    .cttv-iw-learn { width: 70px; }
}

/* InfoWindow */
.cttv-iw {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    width: 270px;
    max-width: 270px;
    overflow: hidden;
    font-family: inherit;
    line-height: 1.4;
    box-sizing: border-box;
}
.cttv-iw-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
}
.cttv-iw-img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.cttv-iw-body {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.cttv-iw-title {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cttv-iw-title a { color: inherit; text-decoration: none; }
.cttv-iw-title a:hover { text-decoration: underline; }
.cttv-iw-addr {
    font-size: 11px;
    margin: 0 0 4px;
    color: #555;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cttv-iw-addr a { color: #1a73e8; }
.cttv-iw-stars { color: #f4a100; font-size: 13px; margin: 0; }
.cttv-iw-stars span { color: #333; font-weight: 600; margin-left: 2px; font-size: 11px; }
.cttv-iw-learn {
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    background: #005100;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none !important;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    width: 85px;
}
.cttv-iw-learn:hover { background: #038103; }
