/* START-KEEP */
/* custom-functions/admin/sidebar/sidebar-style.cssの中 */
/* このメモは消さない */
/* END-KEEP */

/* -------------------------
   サイドバーのスタイル（ライト・ダーク両対応）
-------------------------- */

.t8-sidebar {
    padding: 16px;
    background: var(--cocoon-body-bg-color, #2b2b2b);
    border: 1px solid var(--cocoon-border-color, #444);
    margin-bottom: 20px;
    border-radius: 6px;
}

#t8-sidebar h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #e0e0e0; /* 明るいグレー */
}

/* リスト */
.t8-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.t8-sidebar ul li {
    margin-bottom: 10px;
}

/* リンク */
.t8-sidebar ul li a {
    text-decoration: none;
    color: var(--cocoon-link-color, #4ea3ff);
}

.t8-sidebar ul li a:hover {
    text-decoration: underline;
}
