/* mysecrets/templates/secretank/openloadpro-av.html.html */


/* 発信日:テキスト設定 */
.openloadpro-date {
    font-weight: 400;
    font-size: 1.0rem;
    color: #2c3e50;
    padding: 2px 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    vertical-align: middle;
}
/* タイトル名：スタイル */
.openloadpro-title-btn {
    font-size: 0.75rem;
    white-space: normal;     /* ← 折り返し有効化 */
    word-wrap: break-word;   /* 長い単語も折り返す */
    max-width: 200px;        /* ← 必要ならボタンの最大幅を調整 */
    width: 100%;
    text-align: center;        /* オプション：文字を左寄せに */
}
/* ダウンロードリンクのスタイル */
.openloadpro-download-links {
    list-style-type: none;
    padding: 0;
}
.openloadpro-download-link {
    display: block;
    text-decoration: none;
    padding: 8px 15px;
    background-color: #2f0b9c;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}
.openloadpro-download-link:hover {
    background-color: #0056b3;
    color: white;
}
/* サムネイル画像:スタイル */
.openloadpro-thumbnail {
    max-width: 100%;
    max-height: 800px;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/* .openloadpro-thumbnail:hover {
    transform: scale(1.05);
} */
/* ==========================
   レスポンシブ調整
========================== */
/* スマホ画面 */
@media (max-width: 768px) {
    .mysecrets-container {
        padding: 10px;
    }
    .mysecrets-search-form {
        flex-direction: column;
        align-items: center;
    }
    .mysecrets-search-input {
        width: 100%;
    }
    .mysecrets-table-container {
        overflow-x: auto;
    }
    .mysecrets-table th,
    .mysecrets-table td {
        padding: 8px;
        font-size: 0.8rem;
    }
    .mysecrets-search-button {
        width: 100%;
    }
    /* タイトル名：スタイル */
    .openloadpro-thumbnail {
        max-width: 90vw;
        max-height: 70vh;
        margin: 4px auto;
    }
    .openloadpro-thumbnail {
        width: 400px;
        height: 600px;
    }
}
