.mhbo-booking-bar-preview {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 20px 0;
}

.mhbo-bar-item {
    flex: 1;
    border-right: 1px solid var(--mhbo-border);
    padding-right: 15px;
}

.mhbo-bar-item:nth-last-child(3) {
    border-right: none;
}

.mhbo-bar-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 4px;
}

.mhbo-bar-value {
    font-size: 14px;
    color: #1e293b;
    font-weight: 600;
}

.mhbo-bar-button {
    background: var(--mhbo-primary);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    cursor: default;
    white-space: nowrap;
}

.mhbo-preview-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--mhbo-glass);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 10px;
    font-weight: 600;
    color: #64748b;
    border-top: 1px solid var(--mhbo-border);
}

.mhbo-preview-info-overlay .dashicons {
    font-size: 12px;
    width: 12px;
    height: 12px;
}
