.elementor-1003 .elementor-element.elementor-element-7db28cd{--display:flex;--justify-content:center;--gap:11px 11px;--row-gap:11px;--column-gap:11px;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:50px;--padding-left:8%;--padding-right:8%;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1003 .elementor-element.elementor-element-8e73341.elementor-element{--align-self:center;}.elementor-1003 .elementor-element.elementor-element-8e73341 img{width:400px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1003 .elementor-element.elementor-element-da82b8a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1003 .elementor-element.elementor-element-da82b8a{text-align:center;}.elementor-1003 .elementor-element.elementor-element-da82b8a .elementor-heading-title{font-family:"Recoleta", Sans-serif;font-size:60px;font-weight:900;color:var( --e-global-color-3d13d84 );}.elementor-1003 .elementor-element.elementor-element-bbb9911 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1003 .elementor-element.elementor-element-bbb9911{text-align:center;}.elementor-1003 .elementor-element.elementor-element-bbb9911 .elementor-heading-title{font-family:"Recoleta", Sans-serif;font-size:20px;font-weight:500;color:#000000;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1003 .elementor-element.elementor-element-8e73341 img{width:320px;}.elementor-1003 .elementor-element.elementor-element-da82b8a .elementor-heading-title{font-size:40px;}}@media(max-width:767px){.elementor-1003 .elementor-element.elementor-element-7db28cd{--margin-top:25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:5px;--padding-left:15px;--padding-right:15px;}.elementor-1003 .elementor-element.elementor-element-8e73341 img{width:280px;}.elementor-1003 .elementor-element.elementor-element-da82b8a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1003 .elementor-element.elementor-element-da82b8a .elementor-heading-title{font-size:32px;}.elementor-1003 .elementor-element.elementor-element-bbb9911 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1003 .elementor-element.elementor-element-bbb9911 .elementor-heading-title{font-size:20px;line-height:1.3em;}.elementor-1003 .elementor-element.elementor-element-62b1290 > .elementor-widget-container{margin:0px 0px 50px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-62b1290 *//* =========================================
   Yummy Birthday Register Form
   ========================================= */

.yb-birthday-register {
    font-family: "Recoleta", Sans-serif;
    width: 100%;
    margin-top: 50px;
}

.yb-birthday-register__form {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.yb-birthday-register__section {
    margin-bottom: 18px;
}

.yb-birthday-register__checkbox-wrap span {
    font-weight: 500;
    color: black
}

.yb-birthday-register__label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: black;
}

.yb-birthday-register__verify-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.yb-birthday-register__input {
     width: 100%;
    border-radius: 10px !important;
    border: 2px solid #d9d9d9 !important;
    padding: 18px;
    font-size: 18px;
    line-height: 1.5;
    outline: none;
    transition:all .2s ease;
}

.yb-birthday-register__input:focus {
    border-color: #f4b400 !important;
}

.yb-birthday-register__input--center {
    text-align: center;
    font-weight: 600;
}

.yb-birthday-register__verify-btn {
    min-width: 120px;
     height: 46px;
    border: 0;
    border-radius: 10px;
    background: #dcdcdc;
    color: black;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s ease;
}

.yb-birthday-register__verify-btn:hover {
    background: black;
}

.yb-birthday-register__verify-btn:disabled {
    opacity: .8;
    cursor: default;
}

.yb-birthday-register__verify-message {
    margin-top: 12px;
    color: #2e7d32;
    font-size: 15px;
    font-weight: 600;
}

.yb-birthday-register__checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    line-height: 1.5;
    cursor: pointer;
}

.yb-birthday-register__checkbox-wrap input {
    width: 24px;
    height: 24px;
    accent-color: #f4b400;
    cursor: pointer;
}

.yb-birthday-register__checkbox-wrap a {
    color: #2962ff;
    text-decoration: none;
}

.yb-birthday-register__notice {
    margin-top: 14px;
    /*color: red;*/
    font-size: 16px;
    font-weight: 600;
}

.yb-birthday-register__actions {
    margin-top: 24px;
}

.yb-birthday-register__submit {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 16px;
    font-size: 18px !important;
    font-weight: 900 !important;
    cursor: pointer;
    background: #f4b400;
    transition: .5s all ease-out;
    color: black;
  
}

.yb-birthday-register__submit:hover {
    background: black;
    color: white;
}

.yb-birthday-register__verify-btn:focus,
.yb-birthday-register__verify-btn:active,
.yb-birthday-register__submit:focus,
.yb-birthday-register__submit:active {
    background: black !important;
    color: white !important;
    outline: none !important;
    box-shadow: none !important;
}

/* MOBILE */

@media (max-width: 767px) {

    .yb-birthday-register__verify-row {
        gap: 8px;
    }

    .yb-birthday-register__verify-btn {
        min-width: 110px;
        font-size: 16px;
    }

    .yb-birthday-register__submit {
        font-size: 20px;
    }

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://yummybrands.studio/wp-content/uploads/2025/12/RecoletaAlt-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://yummybrands.studio/wp-content/uploads/2025/12/RecoletaAlt-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://yummybrands.studio/wp-content/uploads/2025/12/RecoletaAlt-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://yummybrands.studio/wp-content/uploads/2025/12/RecoletaAlt-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://yummybrands.studio/wp-content/uploads/2025/12/RecoletaAlt-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */