.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-304129 .elementor-element.elementor-element-9b08b0f{--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-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-e43ac00 */.macro-calculator {
    max-width: 500px;
    margin: 30px auto;
    padding: 20px;
    background: black;
    color: white;
    border-radius: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    box-shadow: 0px 4px 10px rgba(204, 160, 64, 0.5);
}

.macro-title {
    font-size: 26px;
    font-weight: bold;
    color: rgb(204, 160, 64);
    margin-bottom: 20px;
}

.macro-calculator input,
.macro-calculator select {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid rgb(204, 160, 64);
    border-radius: 8px;
    background: rgb(17, 17, 17);
    color: white;
    text-align: center;
    font-size: 16px;
}

.macro-calculator button {
    width: 100%;
    padding: 12px;
    background: rgb(204, 160, 64);
    color: black;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.macro-calculator button:hover {
    background: rgb(179, 140, 54);
}

#caloric-intake, #protein-intake, #carb-intake, #fat-intake {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: rgb(204, 160, 64);
}/* End custom CSS */