/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2026 | 11:17:27 */
.harima-pdf-wrap {
    margin: 16px 0 8px;
    padding: 16px 20px;
    background: #f0f7ff;
    border: 1px solid #bdd7f0;
    border-radius: 8px;
    font-size: 14px;
}
.harima-pdf-wrap-title {
    font-weight: bold;
    color: #1a3a4a;
    margin-bottom: 10px;
}
.harima-pdf-upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1a3a4a;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s;
}
.harima-pdf-upload-btn:hover { background: #5c8da8; }
.harima-pdf-preview {
    margin-top: 10px;
    display: none;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #bdd7f0;
    border-radius: 6px;
}
.harima-pdf-preview.active { display: flex; }
.harima-pdf-preview-name {
    flex: 1;
    font-size: 13px;
    color: #1a3a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.harima-pdf-remove-btn {
    background: none;
    border: none;
    color: #e53e3e;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 0;
}

/* 記事詳細ページ：添付PDFセクション */
.harima-pdf-section {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 2px solid #d0dde8;
	   text-align: center;
}
.harima-pdf-section-title {
    font-size: 1em;
    font-weight: bold;
    color: #1a3a4a;
    margin-bottom: 16px;
}
.harima-pdf-dl-wrap {
    margin-top: 12px;
	   text-align: center;
}
.harima-pdf-dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a3a4a;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.2s;
}
.harima-pdf-dl-btn:hover {
    background: #5c8da8;
}
/* PDF Embedderビューワーのセンタリング */
.harima-pdf-section .pdfemb-viewer {
    margin: 0 auto !important;
    display: block !important;
}
