.openinghours-closed {
  background-color: #ff6b00;
  border-color: #fff;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
}
.openinghours-open {
  background-color: #ff6b00;
  border-color: #fff;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
}
.article-info {
	margin-bottom: 10px;
}
.tour-item {
	background: #1f304717;;
	border: 1px solid #dadada;
}
.is_ajaxsearch .form-inline input {
	text-align: center;
    background: #f8f5f0;
}
#is_ajaxsearch_result .small-title {
	font-size: 18px !important;
	font-weight: 600;
}
.is_ajaxsearch .search-results .ajaxsearch_result .result_wrap {
	color: rgba(0, 0, 0, 0.81);
}
.eb_ajaxsearch_pagination {
	font-size: 14px;
}
ol, ul, dl {
	margin-top: 15px;
}
.tour-item .info-article {
	background: #fff;
	border-radius: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px 20px 30px 20px;
	position: inherit;
	height: 100%;
}
.tour-item .tour-price {
	margin-bottom: 0rem;
}
.mod-tour-slide .item-inner {
	background-position: top;
}
.fb-custom-box {
        max-width: 340px;
        background: #ffffff;
        border: 1px solid #e4e6eb;
        border-radius: 8px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

.fb-custom-header {
    padding: 30px 15px 15px 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

    .fb-avatar {
        width: 45px;
        height: 45px;
        background: #1877f2;
        color: #ffffff;
        font-weight: 700;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        border: 2px solid #ffffff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .fb-brand-info {
        display: flex;
        flex-direction: column;
    }

    .fb-page-title {
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8);
    }
    .fb-page-title:hover {
        text-decoration: underline !important;
    }

    .fb-page-subtitle {
        color: #e4e6eb;
        font-size: 12px;
        margin: 2px 0 0 0;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8);
    }

    .fb-custom-body {
        padding: 12px 15px;
        background: #f8f9fa;
        border-bottom: 1px solid #e4e6eb;
    }

    .fb-custom-body p {
        color: #050505;
        font-size: 13px;
        line-height: 1.4;
        margin: 0;
    }

    .fb-custom-footer {
        padding: 8px 15px;
        background: #ffffff;
        display: flex;
        gap: 8px;
    }

    .fb-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 600;
        border-radius: 4px;
        text-decoration: none !important;
        cursor: pointer;
        transition: background 0.2s;
        flex: 1;
    }

    .fb-btn-primary {
        background: #1877f2;
        color: #ffffff !important;
    }
    .fb-btn-primary:hover {
        background: #166fe5;
    }

    .fb-btn-secondary {
        background: #e4e6eb;
        color: #050505 !important;
    }
    .fb-btn-secondary:hover {
        background: #d8dadf;
    }

    .fb-icon {
        width: 14px;
        height: 14px;
        fill: #ffffff;
    }
	.fb-avatar-img {
    width: 45px !important;
    height: 45px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}
.acm-cta.style-1 .cta-content .cta-title {
	text-transform: none;
}
.section-title-wrap .main-title {
	text-transform: none;
}