
/* InstantGoods Community styling. Safe CSS only. */
body.page-community,
.page-community .site,
.page-community #page {
    background: #f5f5f7;
}

.page-community .entry-title,
.page-community h1.entry-title {
    font-size: clamp(40px, 6vw, 72px);
    letter-spacing: -0.055em;
    line-height: 1.02;
    font-weight: 700;
    color: #111111;
    margin-bottom: 24px;
}

.page-community .entry-content,
.page-community .wpforo-main,
.page-community #wpforo-wrap,
.igs-community-placeholder {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.page-community #wpforo-wrap {
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
    padding: 12px;
}

.page-community #wpforo-wrap a {
    text-decoration: none;
}

.page-community #wpforo-wrap input,
.page-community #wpforo-wrap textarea,
.page-community #wpforo-wrap select {
    border-radius: 12px;
}

.igs-community-placeholder {
    padding: 80px 24px;
    text-align: center;
}

.igs-community-placeholder h1 {
    font-size: clamp(44px, 7vw, 80px);
    letter-spacing: -0.06em;
    line-height: 1;
    margin: 0 0 16px;
    color: #111111;
}

.igs-community-placeholder p {
    font-size: 18px;
    line-height: 1.6;
    color: #555555;
    margin: 0 auto;
    max-width: 640px;
}

@media (max-width: 768px) {
    .page-community #wpforo-wrap {
        border-radius: 20px;
        padding: 8px;
        box-shadow: 0 12px 36px rgba(0, 0, 0, 0.07);
    }
}
