/* Start custom CSS for text-editor, class: .elementor-element-5dfb1686 *//* --- GLASTUERSHOP24 SPOKE-DESIGN "MONSTER" MONTAGESERIE --- */
.gtx-spoke-wrapper {
    --gtx-teal: #0f6a7a;
    --gtx-teal-weak: #f0fbfd;
    --gtx-yellow: #ffd800;
    --gtx-border: #e9e9e9;
    --gtx-text: #1a1a1a;
    max-width: 1100px;
    margin: 40px auto;
    padding: 35px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: var(--gtx-text);
    line-height: 1.7;
    border: 1px solid var(--gtx-border);
    border-radius: 12px;
    background: #fff;
}

.gtx-spoke-wrapper h1 { font-size: 34px; font-weight: 800; color: #000; margin-bottom: 25px; }
.gtx-spoke-wrapper h2 { font-size: 26px; font-weight: 700; color: #000; margin-top: 40px; border-bottom: 2px solid var(--gtx-teal-weak); padding-bottom: 10px; }

/* Werkzeug-Box */
.gtx-tools-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    background: #fafafa;
    border: 1px solid var(--gtx-border);
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
}
.gtx-tool-item { display: flex; align-items: center; gap: 10px; font-weight: 600; }

/* HowTo-Schritte */
.gtx-step-list { list-style: none; padding: 0; margin: 40px 0; }
.gtx-step-item {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--gtx-border);
}
.gtx-step-num {
    flex: 0 0 50px;
    height: 50px;
    background: var(--gtx-teal);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}
.gtx-step-content h3 { margin-top: 0; color: var(--gtx-teal); }

/* Profi-Tipp Box */
.gtx-pro-tip {
    background: var(--gtx-yellow-weak);
    border-left: 5px solid var(--gtx-yellow);
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
}

.gtx-btn-hub {
    display: inline-block;
    background: var(--gtx-yellow);
    color: #000 !important;
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 800;
    margin-top: 20px;
}/* End custom CSS */