.elementor-10225 .elementor-element.elementor-element-49a8c12{--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;}.elementor-10225 .elementor-element.elementor-element-436a84a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-836cccc */.gc-container {
    font-family: 'Georgia', serif;
    background: linear-gradient(135deg, #0b3d1e 0%, #1a472a 100%);
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.gc-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gc-title {
    text-align: center;
    color: #ffd700;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 32px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-family: 'Georgia', serif;
}

.gc-image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin: 0 auto 25px auto;
    border-radius: 15px;
    overflow: hidden;
    background: #0a2916;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    border: 3px solid #c8a951;
}

/* Add all other GC-prefixed styles from the original code here *//* End custom CSS */