/*
Theme Name: GSB Theme
Description: 一発やね LP テーマ
Version: 1.0.0
*/

.gsb-page-content h2 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #222222;
}

.gsb-page-content p {
    margin-bottom: 1rem;
}

.gsb-page-content ul,
.gsb-page-content ol {
    margin: 0.75rem 0 1rem 1.25rem;
}

.gsb-page-content li {
    margin-bottom: 0.35rem;
}

.gsb-page-content a {
    color: #e72047;
    text-decoration: underline;
}

.gsb-page-content table,
.gsb-page-content .gsb-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 0.875rem;
}

.gsb-page-content table th,
.gsb-page-content table td,
.gsb-page-content .gsb-table th,
.gsb-page-content .gsb-table td {
    border: 1px solid rgba(34, 34, 34, 0.1);
    padding: 0.75rem 1rem;
    vertical-align: top;
    text-align: left;
}

.gsb-page-content table th,
.gsb-page-content .gsb-table th {
    width: 30%;
    background: #FFF2EF;
    font-weight: 600;
    color: rgba(34, 34, 34, 0.7);
}

.gsb-page-content details > summary {
    list-style: none;
}

.gsb-page-content details > summary::-webkit-details-marker {
    display: none;
}
