/* Hotel Button Plugin – SWELL風カード */

.hotelbp-card {
    width: 100%;
    max-width: 720px;
    margin: 20px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hotelbp-image-link {
    display: block;
}

.hotelbp-thumb {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hotelbp-body {
    padding: 16px;
}

.hotelbp-title {
    font-size: 18px;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.hotelbp-price {
    margin: 0 0 8px 0;
    color: #555;
    font-size: 14px;
}

.hotelbp-price span {
    font-weight: 700;
    font-size: 16px;
}

.hotelbp-desc {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #555;
}

.hotelbp-btn {
    display: inline-block;
    padding: 9px 16px;
    border-radius: 999px;
    background: #e60012;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.hotelbp-btn:hover {
    opacity: 0.9;
}

/* Editor placeholder */

.hotelbp-editor-block {
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}

.hotelbp-editor-title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
}

.hotelbp-editor-hint {
    margin: 0;
    font-size: 13px;
    color: #666;
}