/*** End ****/

.blog-info-tag span:before {
    content: ',';
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

span.price-from {
    display: none;
}
.processing {
    opacity: 0.5 !important;
    position: relative;
    pointer-events: none !important;
}

.processing::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

.hide-sitename {
    visibility: hidden;
    height: 0;
    width: 0;
}

#wp-admin-bar-wp-logo img {
    max-width: 100%;
    height: 100%;
}

.mona-empty {
    color: white;
}

.ez-toc-debug-messages {
    display: none;
}

/* BTran style page booking */
/* Linear mode: hiển thị toàn bộ panel, tắt cơ chế tab + nút Prev/Next */
.book-wrap.linear .book-tab,
.book-wrap.linear .book-switch { display: none !important; }

.book-wrap.linear .book-group { display: block; }
.book-wrap.linear .book-panel { display: block !important; margin-bottom: 28px; }

/* Panel bị khóa */
.book-panel.is-locked {
    opacity: .5;
    pointer-events: none;
    position: relative;
}

/* Giữ tooltip/notice vẫn nhìn thấy khi bị khoá (nếu có) */
.book-panel.is-locked .mona-wpcf7-not-valid-tip { pointer-events: auto; }

/* Tuỳ chọn: gợi ý "Locked" ở tiêu đề nếu muốn — bỏ nếu không cần
.book-panel.is-locked .title-booking .step-tt::after {
    content: " (Locked)";
    font-weight: 400; font-size: 14px; color: #999;
}
*/