.elementor-7 .elementor-element.elementor-element-3e6615a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* 캔버스 제한 */
body {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 768px) {
    body {
        padding: 10px;
    }
}

.gamsgo-review {
    font-family: 'Noto Sans KR', Arial, sans-serif;
    line-height: 1.7;
    padding: 0;
    color: #2c3e50;
    background: transparent;
    border: none;
    border-radius: 0;
}
.gamsgo-review h1 {
    color: #1a1a1a;
    font-size: 1.4em;
    margin: 20px 0 16px 0;
    font-weight: 600;
    text-align: left;
    padding: 16px;
    background: linear-gradient(135deg, #fdf5f5 0%, #f8e8e7 100%);
    border-radius: 0;
    border-left: 4px solid #df413d;
}
.gamsgo-review h2 {
    color: #1a1a1a;
    font-size: 1.2em;
    margin: 18px 0 12px 0;
    padding: 12px 18px;
    background: #fef9f9;
    border-left: 4px solid #df413d;
    font-weight: 600;
}
.gamsgo-review h3 {
    color: #2c3e50;
    font-size: 1.1em;
    margin: 16px 0 8px 0;
    font-weight: 600;
}
.gamsgo-review h4 {
    color: #1a1a1a;
    font-size: 1.0em;
    margin: 14px 0 6px 0;
    font-weight: 500;
    background: #fdf5f5;
    padding: 8px 12px;
    border-radius: 4px;
}
.gamsgo-review p {
    margin-bottom: 16px;
    text-align: justify;
}
.gamsgo-review a {
    color: #df413d;
    text-decoration: underline;
    font-weight: 500;
}
.gamsgo-review a:hover {
    color: #c23631;
}
.gamsgo-review .executive-summary {
    background: #fdf5f5;
    border: 1px solid #f0c5c5;
    padding: 8px 12px;
    margin: 16px 0;
    border-radius: 5px;
    border-left: 4px solid #df413d;
}
.gamsgo-review .key-finding {
    background: #fef9f9;
    border: 1px solid #f2d0d0;
    padding: 8px 12px;
    margin: 16px 0;
    border-radius: 4px;
    border-left: 4px solid #e85a54;
}
.gamsgo-review .metric {
    background: #fdf5f5;
    color: #df413d;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 0.95em;
}
.gamsgo-review .risk-factor {
    background: #f8e8e7;
    color: #c23631;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 0.95em;
}

/* 쿠폰 카드 스타일 */
.coupon-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    margin: 12px 0;
    box-shadow: 0 2px 8px rgba(223, 65, 61, 0.08);
    border: 1px solid #fdf5f5;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

.coupon-card:hover {
    box-shadow: 0 4px 12px rgba(223, 65, 61, 0.15);
}

.coupon-image {
    width: 80px;
    height: 80px;
    border-radius: 0;
    object-fit: cover;
    margin-right: 16px;
    flex-shrink: 0;
}

.coupon-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coupon-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.3;
}

.coupon-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.coupon-button {
    background: #df413d;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 12px;
    transition: background-color 0.3s ease;
}

.coupon-button:hover {
    background: #c23631;
}

/* 모바일 대응 */
@media (max-width: 768px) {
    .gamsgo-review h1 {
        font-size: 1.2em;
        padding: 12px;
    }
    
    .gamsgo-review h2 {
        font-size: 1.1em;
        padding: 8px 12px;
    }
    
    .coupon-card {
        padding: 14px;
        margin: 8px 0;
    }
    
    .coupon-image {
        width: 70px;
        height: 70px;
        margin-right: 12px;
    }
    
    .coupon-title {
        font-size: 15px;
    }
    
    .coupon-description {
        font-size: 13px;
    }
    
    .coupon-button {
        padding: 10px 16px;
        font-size: 13px;
        margin-left: 8px;
    }
}/* End custom CSS */