/* Static HTML Template Styles */
#tessera-child-static-wrapper {
    isolation: isolate;
    width: 100%;
}

#static-main-content {
    contain: layout style;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* テーマスタイルからの分離 */
.custom-html-container * {
    /* 必要に応じてリセット */
    box-sizing: border-box;
}

/* 検索用隠しコンテンツ */
.search-content-hidden {
    display: none !important;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

/* 独自スタイルの例 */
/* .custom-html-container h1 {
    font-size: 2rem;
    margin: 1rem 0;
    color: #333;
}

.custom-html-container p {
    line-height: 1.6;
    margin: 1rem 0;
    color: #666;
}

.custom-html-container .custom-button {
    display: inline-block;
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.custom-html-container .custom-button:hover {
    background: #005a87;
} */