.staybnb-single-page {
    margin-top: 24px;
}

.staybnb-single-title-container {
    margin-bottom: 20px;
}

.cwp-single-right-side .cwp-single-groups .cwp-single-group {
    padding: 16px;
}

.staybnb-single-section-title {
    margin-bottom: 24px;
}

.staybnb-single-section-fields {
    display: flex;
    flex-wrap: wrap;
}

.staybnb-single-section.staybnb-single-content-section {
    width: 100%;
}

.staybnb-single-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 4px;
}

.staybnb-single-post-attributes ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.staybnb-single-post-attributes ul li {
    margin-right: 8px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 20px;
    position: relative;
}

.staybnb-single-post-attributes ul li:not(:last-child)::after {
    content: '.';
    position: absolute;
    right: 0;
    top: -3px;
}

.staybnb-single-post-attributes ul li a {
    font-size: 14px;
    color: #222;
    text-decoration: underline;
}

.staybnb-single-quick-actions {
    display: flex;
    align-items: flex-end;
}

.staybnb-single-post-share {
    margin-right: 10px;
}

.staybnb-post-save {
    padding: 8px;
}

.staybnb-single-post-share .staybnb-post-share {
    padding: 8px;
    display: block;
}

.staybnb-post-save:hover,
.staybnb-single-post-share .staybnb-post-share:hover {
    background: #F7F7F7;
    border-radius: 8px;
    cursor: pointer;
}

.staybnb-single-post-share .staybnb-post-share,
.staybnb-saved-text {
    color: #222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;

}

.staybnb-single-post-share a i,
.staybnb-post-save svg {
    margin-right: 4px;
}

.staybnb-post-save svg {
    stroke: #222222;
    width: 14px;
    overflow: visible !important;
    fill: #fff;
}

.staybnb-post-save.cwp-saved-post svg {
    fill: #ff385c;
    stroke: #ff385c;
}

.cubewp-post-author-actions button,
.cubewp-post-author-actions .cube-post-edit-btn:hover{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.cubewp-post-author-actions button:hover,
.cubewp-post-author-actions .cube-post-edit-btn {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: #fff;
}

.staybnb-share-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.staybnb-share-options li {
    width: calc(100%/2 - 8px);
}

.staybnb-share-options li a {
    display: flex;
    width: 100%;
    height: 70px;
    outline: none;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-sizing: border-box;
    background: #ffffff;
    margin-bottom: 16px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.staybnb-share-options li a.staybnb-copy-post-link {
    user-select: all;
    cursor: pointer;
}

.staybnb-share-options li a:hover {
    background: #f7f7f7;
}

.staybnb-share-options li a i {
    margin-right: 10px;
    font-size: 26px;
}

.cwp-cpt-single-gallery-container.cwp-cpt-single-field-container {
    margin: 0;
    padding: 0;
    position: relative;
}

.staybnb-single-title-image {
    padding-right: 0;
}

.staybnb-single-title-image a img {
    height: 520px;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
    width: 100%;
}

.staybnb-single-des-image {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.staybnb-single-des-image a {
    width: calc(100%/2 - 0px);
    padding-left: 8px;
    padding-bottom: 8px;
}

.staybnb-single-des-image a:nth-last-child(-n+2) {
    padding-bottom: 0;
}

.staybnb-single-des-image a img {
    height: 256px;
    object-fit: cover;
    width: 100%;
}

.staybnb-single-des-image a:nth-child(2) img {
    border-radius: 0 8px 0 0;
}

.staybnb-single-des-image a:nth-child(4) img {
    border-radius: 0 0 8px 0;
}

.staybnb-see-more {
    position: absolute;
    bottom: 45px;
    right: 20px;
    background: #fff;
    padding: 7px 15px;
    border-radius: 8px;
    border: 1px solid #222222;
    transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0, 1), transform 0.1s cubic-bezier(0.2, 0, 0, 1);
    font-size: 0.875rem;
}

.staybnb-see-more:hover {
    color: #222;
    background: #f7f7f7;
}

.staybnb-single-section.staybnb-single-content-section:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dddddd;
}

.staybnb-post-overview-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.staybnb-post-hosted-by h2 {
    margin-bottom: 4px;
}

.staybnb-post-details-list {
    display: flex;
    flex-wrap: wrap;
}

.staybnb-post-details-list li {
    font-size: 16px;
    margin-right: 8px;
    padding-right: 8px;
    position: relative;
}

.staybnb-post-details-list li:not(:last-child)::after {
    content: '.';
    position: absolute;
    right: -2px;
    top: -4px;
}

.staybnb-post-author-img {
    position: relative;
}

.staybnb-post-author-img img {
    width: 50px;
    border-radius: 50%;
}

.staybnb-single-post-content p {
    color: #222222;
    font-size: 16px;
    line-height: 24px;
}

.staybnb-see-more-desc {
    font-size: 16px;
    font-weight: 500;
}

.staybnb-see-more-desc i {
    font-size: 13px;
}

.cwp-cpt-single-repeating-field.cwp-cpt-single-field-container.staybnb-single-repeating-field {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.staybnb-single-repeating-field .cwp-cpt-single-repeating-field>h4 {
    margin-bottom: 16px;
}

.cwp-cpt-single-repeating-field.cwp-cpt-single-field-container.staybnb-single-repeating-field>h4 {
    margin-bottom: 12px;
}

.cwp-cpt-single-repeating-field.cwp-cpt-single-field-container.staybnb-single-repeating-field .cwp-cpt-single-repeating-field-inner {
    margin: 0 10px;
    border: 0;
    position: relative;
}

.cwp-cpt-single-repeating-field.cwp-cpt-single-field-container.staybnb-single-repeating-field .cwp-cpt-single-repeating-field-inner .cwp-cpt-single-field-container {
    padding: 0;
    border: 0;
    margin: 0;
}

.staybnb-single-repeating-field .cwp-cpt-single-repeating-field-inner .cwp-cpt-single-field-container>h4 {
    display: none;
}

.staybnb-single-repeating-field .staybnb-repeating-sub-fields .cwp-cpt-single-image img {
    height: 212px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 6px;
}

.staybnb-single-repeating-field .cwp-cpt-single-repeating-field-inner .cwp-cpt-single-field-container {
    margin-bottom: 4px;
}

.staybnb-single-repeating-field .cwp-cpt-single-repeating-field-inner .cwp-cpt-single-text-container.cwp-cpt-single-field-container p {
    color: #222222;
}

.staybnb-single-repeating-field .cwp-cpt-single-repeating-field-inner .cwp-cpt-single-field-container:nth-child(2) p {
    font-weight: 600;
    font-size: 16px;
}

.staybnb-single-repeating-field .cwp-cpt-single-repeating-field-inner .cwp-booking-radio{
    position: unset;
}

.staybnb-single-repeating-field .cwp-cpt-single-repeating-field-inner.cwp-booking-repeating .cwp-booking-radio label::before{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    bottom: 4px;
    top: unset;
}

.staybnb-single-post-taxonomy h3 {
    margin-bottom: 16px;
}

.staybnb-single-post-terms .staybnb-single-post-terms-list {
    display: flex;
    flex-wrap: wrap;
}

.staybnb-single-post-terms-list li {
    width: calc(100%/2 - 10px);
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
}

.staybnb-single-post-terms-list li i {
    margin-right: 12px;
    width: 20px;
    font-size: 18px;
}

.staybnb-show-all-terms {
    border-radius: 8px;
    border: 1px solid #222222;
    border-style: solid;
    transition: box-shadow 0.2s ease, transform 0.1s ease;
    background: #ffffff;
    padding: 13px 23px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px;
}

.staybnb-show-all-terms:hover {
    background: #f7f7f7;
}

#staybnb-show-all-terms .staybnb-single-post-terms-list li {
    padding: 24px 0;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}

#staybnb-show-all-terms .staybnb-single-post-terms-list li:last-child {
    padding: 24px 0 4px 0;
    border-bottom: 0;
}

.cwp-cpt-single-google_address.staybnb-google-field.cwp-cpt-single-field-container {
    margin: 0;
    padding: 0;
}

.staybnb-google-field .cwp-map-address {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.staybnb-google-field .cwp-map-address a {
    text-decoration: underline;
    font-weight: 500;
    color: var(--primary-color);
}

.cwp-cpt-single-switch-checkbox.staybnb-checkbox-field.cwp-cpt-single-field-container {
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
}

.staybnb-checkbox-field>h5 {
    margin-bottom: 12px;
    width: 100%;
}

.staybnb-checkbox-field ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    color: #222222;
    width: 100%;
}

.cwp-cpt-single-switch-checkbox.staybnb-checkbox-field.cwp-cpt-single-field-container ul li::after {
    content: '';
}

.staybnb-checkbox-field ul li:last-child {
    margin-bottom: 0;
}

.cwp-single-right-side .cwp-single-groups .cwp-single-group .cwp-cpt-single-gallery-container.cwp-cpt-single-field-container .staybnb_single_gallery2 {
    margin-bottom: 24px;
}

.cwp-single-right-side .cwp-single-groups .cwp-single-group .cwp-cpt-single-field-container {
    margin: 0;
    padding: 8px 0;
    margin-bottom: 16px;
}


.staybnb-single-host-details {
    width: 100%;
}

.staybnb-host-img-name {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.staybnb-author-img {
    margin-right: 16px;
    position: relative;
}

.staybnb-superhost-icon {
    position: absolute;
    bottom: 2px;
    right: 0px;
    font-size: 16px;
}

.staybnb-author-img img {
    border-radius: 50%;
    object-fit: cover;
    height: 64px;
}

.staybnb-host-info .staybnb-host-info-list ul {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.staybnb-host-info .staybnb-host-info-list ul li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.staybnb-host-info .staybnb-host-info-list ul li i {
    margin-right: 6px;
}

.staybnb-single-is-superhost {
    margin-bottom: 16px;
}

.staybnb-single-is-superhost h5 {
    line-height: 20px;
    margin-bottom: 8px;
}

.staybnb-single-is-superhost .staybnb-superhost-desc {
    font-size: 16px;
    line-height: 24px;
    color: #222;
}

.staybnb-host-response-list {
    margin-bottom: 24px;
}

.staybnb-host-response-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.staybnb-host-response-list li.staybnb-host-response-rate {
    margin-bottom: 12px;
}

.staybnb-contact-host {
    border: 1px solid #222222;
    background: #FFFFFF;
    padding: 13px 23px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.staybnb-contact-host:hover {
    background: #f7f7f7;
}

#staybnb-single-message-form {
    display: none;
    width: 50%;
    transition: transform 0.3s ease-in-out;
    margin: 25px 0 0 0;
}

.cubewp-inbox-input-group button.cwp-message-form-submit-btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #FFFFFF;
}

.cubewp-inbox-input-group button.cwp-message-form-submit-btn:hover {
    background: #FFFFFF;
    color: var(--primary-color);
}

/* Reviews */
.staybnb-single-post-overall-rating {
    width: 100%;
}

.staybnb-post-overall-rating {
    margin-bottom: 30px;
}

.staybnb-single-fields-rating .staybnb-fields-rating-list {
    display: flex;
    gap: 16px 0;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.staybnb-single-fields-rating .staybnb-fields-rating-list li {
    width: calc(100%/2 - 25px);
    display: flex;
    justify-content: space-between;
}

.staybnb-single-fields-rating .staybnb-fields-rating-list li:nth-child(odd) {
    margin-right: 50px;
}

.staybnb-single-fields-rating .staybnb-fields-rating-list li h6 {
    font-size: 16px;
    font-weight: 400;
}

.staybnb-single-fields-rating .staybnb-field-rating-progress {
    display: flex;
    align-items: center;
    gap: 0 6px;
}

.staybnb-single-fields-rating .staybnb-progress-outer {
    width: 120px;
    height: 4px;
    border-radius: 2px;
    background: #dddddd;
}

.staybnb-single-fields-rating .staybnb-progress-inner {
    background: #222222;
    height: 4px;
    border-radius: 2px;
}

.staybnb-single-fields-rating .staybnb-fields-rating-list li span {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    width: 20px;
    color: #222222;
}

.cwp-reviews-single {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 50px;
}

.staybnb-single-review {
    width: calc(100%/2 - 25px);
}

.staybnb-review-author-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.staybnb-review-author-date .staybnb-review-author-img {
    width: 40px;
    border-radius: 50%;
}

.staybnb-review-author-details-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.staybnb-review-author-details {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 52px);
    margin-left: 12px;
    flex-wrap: wrap;
}

.staybnb-review-author-details .staybnb-single-review-rating {
    font-size: 8px;
    line-height: 8px;
}

.staybnb-single-review-content .staybnb-review-title {
    margin-bottom: 6px;
}

.staybnb-single-review-content .staybnb-review-desc {
    font-size: 14px;
}

.staybnb-show-all-reviews {
    display: flex;
    margin-top: 12px;
}

.staybnb-review-reply {
    margin: 12px 0 0 24px;
}

.staybnb-review-post-author-details {
    margin-left: 12px;
}

.staybnb-review-reply .staybnb-review-author-date {
    margin-bottom: 6px;
}

form#cwp-from-cwp_reviews .cwp-frontend-section-content-container .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item,
form#cwp-from-cwp_reviews #wp-the_content-editor-container .mce-panel .mce-edit-area.mce-stack-layout-item iframe#the_content_ifr{
    border: 0 !important;
}

form#cwp-from-cwp_reviews .cwp-frontend-section-content-container .cwp-field-container.cwp-field-wysiwyg_editor .mce-tinymce.mce-container.mce-panel {
    border: 1px solid var(--input-border-color) !important;
    border-radius: var(--input-radius);
}

/*------- Sidebar ----------*/
.staybnb-single-section.staybnb-single-sidebar-section:not(:last-child) {
    margin-bottom: 24px;
}

/* Booking Form */
.staybnb-single-section .cwp-booking-form {
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 6px 16px 0px #0000001F;
}

.cwp-frontend-form-container .cwp-field-container.staybnb-booking-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.staybnb-booking-price-inner {
    display: flex;
    gap: 5px;
    align-items: center;
}

.cwp-field-container.cwp-field-date_picker.cwp-booking-field {
    display: block;
}

.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container.cwp-field-date_picker.cwp-booking-field>label {
    display: none !important;
}

#cwp-from-cwp_booking .cwp-frontend-section-container .cwp-field-number.cwp-field-container {
    border: 0;
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    align-content: space-between;
    flex-direction: row;
}

.cwp-booking-date-range-picker .cwp-booking-date-range-picker-field>label {
    margin: 0 !important;
}

.cwp-from-cwp_booking .cwp-booking-number .booking-number-counter {
    width: 110px;
}

.cwp-from-cwp_booking .cwp-booking-number .cwp-counter-button.counter-down,
.cwp-from-cwp_booking .cwp-booking-number .cwp-counter-button.counter-up {
    border-radius: 50%;
    border: 1px solid #b0b0b0;
    color: #717171;
    padding: 13px;
    line-height: 1.6;
    height: 35px;
    width: 35px;
}

.cwp-from-cwp_booking .cwp-booking-number .cwp-counter-button.counter-down.disabled {
    border-color: #e7e7e7;
    color: #e7e7e7;
    cursor: no-drop;
}

.cwp-from-cwp_booking .cwp-booking-number .booking-number-counter input {
    border: none !important;
    outline: none;
    text-align: center;
    box-shadow: none;
    background: transparent !important;
    cursor: default;
    margin: 0 !important;
}

.date-picker-wrapper .month-wrapper .first-date-selected:after,
.date-picker-wrapper .month-wrapper .last-date-selected:after,
.date-picker-wrapper .date-range-length-tip {
    background: var(--primary-color) !important;
    color: #fff !important;
}

/* Report */
.staybnb-single-post-report .staybnb-post-report {
    font-size: 14px;
    text-align: center;
    display: block;
}

.staybnb-single-post-report .staybnb-post-report i {
    margin-right: 10px;
}



.staybnb-prev-arrow.slick-arrow,
.staybnb-next-arrow.slick-arrow {
    border: 1px solid #00000014;
    background: #fff;
    color: #000000;
    font-size: 12px;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: 42px;
    z-index: 1;
    box-shadow: 0px 2px 4px 0px #0000002E;
}

.staybnb-next-arrow.slick-arrow {
    right: 0;
}

.staybnb-prev-arrow.slick-arrow.slick-disabled,
.staybnb-next-arrow.slick-arrow.slick-disabled {
    border: 1px solid #DDDDDD;
    opacity: 50%;
    cursor: no-drop;
    color: #dddddd;
}


.staybnb-mobile-booking-form .staybnb-booking-form {
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 10px;
    background: var(--button-bg);
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    z-index: 9999;
}

.staybnb-mobile-gallery-style1 .staybnb-single-gallery-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.staybnb-single-gallery-arrow.slick-arrow {
    top: 50%;
    left: 12px;
}

.staybnb-single-gallery-arrow.slick-arrow.staybnb-next-arrow {
    top: 50%;
    left: unset;
    right: 12px;
}

.cwp-booking-submitBTN[type="button"] {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto 20px;
    padding: 12px;
    text-decoration: none;
    text-shadow: none;
    width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
    .staybnb-archive-content {
        width: 100%;
        padding-right: 0;
    }

    .staybnb-archive-sidebar {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .staybnb-single-fields-rating .staybnb-fields-rating-list li {
        width: 100%;
        margin-right: 0 !important;
    }

    .staybnb-reviews-single-output .staybnb-single-review {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cwp-booking-date-range-picker .cwp-booking-date-range-picker-field {
        padding: 4px 8px;
    }

    .cwp-booking-date-range-picker .cwp-booking-date-range-picker-field:first-child {
        margin-right: 6px;
    }

    .cwp-booking-date-range-picker .cwp-booking-date-range-picker-field>label {
        font-size: 13px !important;
    }

    .cwp-booking-date-range-picker .cwp-booking-date-range-picker-field>input {
        font-size: 12px !important;
    }

    .cwp-from-cwp_booking .cwp-field-container.cwp-field-number.form-group label {
        font-size: 13px !important;
    }

    .cwp-from-cwp_booking .cwp-booking-number .cwp-counter-button.counter-down,
    .cwp-from-cwp_booking .cwp-booking-number .cwp-counter-button.counter-up {
        height: 28px;
        width: 28px;
        font-size: 16px;
    }

    .cwp-frontend-form-container .cwp-from-cwp_booking .cwp-booking-number.cwp-field-container input[type=number] {
        height: 34px;
    }

    .cwp-frontend-form-container .cwp-from-cwp_booking input[type=submit] {
        padding: 6px 12px;
        font-size: 14px;
    }

    .staybnb-single-post-terms-list li.staybnb-show-all-terms-container {
        width: 100%;
    }

    /* .cwp-booking-date-range-picker {
        flex-wrap: wrap;
    }
    .cwp-booking-date-range-picker .cwp-booking-date-range-picker-field {
        width: 100% !important;
        margin-right: 0 !important;
        padding: 10px 10px;
    }
    .cwp-booking-date-range-picker .cwp-booking-date-range-picker-field:first-child {
        margin-bottom: 10px;
    }
    .cwp-booking-date-range-picker .cwp-booking-date-range-picker-field>label{
        margin-bottom: 5px;
    } */
}