.elementor-23815533 .elementor-element.elementor-element-7969f2a{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-23815533 .elementor-element.elementor-element-8dcbd32{font-family:"Lato", Sans-serif;font-weight:400;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-8dcbd32 *//* --- Creature Stat Block (Preserves Border & Shadow) --- */
.creature-stat-block {
    background: linear-gradient(135deg, #0a0a0f 30%, #121218 100%);
    border: 1px solid rgba(160, 130, 60, 0.4);
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0px 0px 8px rgba(50, 40, 30, 0.3);
    color: #b0a897;
    font-family: "EB Garamond", serif;
    max-width: 850px;
    margin: 50px auto;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* --- Increase Heading & Body Text Sizes --- */
.creature-name {
    font-family: "Cinzel", serif;
    font-size: 40px; /* Slightly bigger for grandeur */
    text-align: center;
    font-weight: bold;
    color: #a08c60;
    text-shadow: 0px 0px 6px rgba(160, 130, 60, 0.3);
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* Section Titles */
.creature-stat-block h3 {
    font-family: "Cinzel", serif;
    font-size: 22px; /* Bigger, more readable */
    color: #a08c60;
    border-bottom: 1px solid rgba(160, 130, 60, 0.3);
    padding-bottom: 5px;
    margin-top: 25px;
    letter-spacing: 1px;
}

/* Body Text: Bigger & More Readable */
.creature-stat-block p,
.creature-stat-block li {
    font-family: "EB Garamond", serif;
    font-size: 18px; /* Increased from 16px */
    color: #9b9585;
    line-height: 1.8; /* Better spacing */
}

/* Custom Bullet Styling */
.creature-stat-block ul {
    list-style: none;
    padding-left: 0;
}

.creature-stat-block li {
    margin-bottom: 7px;
    padding-left: 24px; /* Adjust for bullet spacing */
    position: relative;
}

/* Custom Gold Bullet Point */
.creature-stat-block li::before {
    content: "⦿";
    color: #a08c60;
    font-size: 16px; /* Slightly bigger */
    position: absolute;
    left: 0;
    top: 3px;
}/* End custom CSS */