#btn_submit {
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    color: #2c30dd;
    transition: all 1000ms;
    position: relative;
    overflow: hidden;
    outline: 2px solid #2c30dd;

}

#btn_submit:hover {
    color: #ffffff;
    transform: scale(1.1);
    outline: 2px solid #2c30dd;
    box-shadow: 4px 5px 17px -4px #2c30dd;
}

#btn_submit::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #2c30dd;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
}

#btn_submit:hover::before {
    width: 250%;
}

.cal-table {
    padding-top: 10px;
}

.table-responsive {
    overflow-x: auto; 
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; 
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
    text-align: left;
    line-height: 2;
    width: 100%; 
    max-width: 722px; 
}

@media only screen and (min-width: 723px) {
    
    table {
        width: 722px;
    }
}

@media only screen and (max-width: 600px) {

    table {
        font-size: 16px; 
        line-height: 1.5; 
    
    }
}


@media only screen and (max-width: 600px) {

    table {
        font-size: 14px;
       
    }
}


table input[type="text"], 
table input[type="number"], 
table input[type="email"], 
table input[type="tel"], 
table input[type="password"], 
table input[type="search"], 
table input[type="url"],
table textarea {
    border: none; 
    outline: none; 
    padding: 8px; 
    width: 100%; 
    box-sizing: border-box; 
}



.clearboth {
    clear: both;
}

dl {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 30px;
}

.fvGExr {
    margin-bottom: 0px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

h2 > strong, h3 > strong, h4 > strong, h5 > strong, h6 > strong {
    font-weight: 800;
}

/* css for main heading */

h1.heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    vertical-align: baseline;
    text-rendering: optimizelegibility;
    text-align: center;
    margin-top: 10px;

}

.heading-block {
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    margin: 0px auto;
    margin-top: 100px;

}

@media screen and (max-width: 768px) {
    h1.heading {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: normal;
    }
}






@media screen and (max-width: 8192px) {
    .small_text {
        margin-bottom: 32px;
    }
}

.small_text {
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    margin: 0px auto;
    width: 722px;
}

.small_text_heading {
    display: block;
    font-family: "BBC Reith Serif", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    color: black;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 18px;
}

@media screen and (max-width: 8192px) {
    .text_block {
        margin-bottom: 16px;
    }
}

.text_block {
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    margin: 0px auto;
    width: 722px;

}

.text {
    color: rgb(32, 34, 36);
    font-family: "BBC Reith Serif", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.36px;
}

.jhhdRT {
    font-weight: 600;
}

@media screen and (max-width: 399px) {
    .text_block {
        margin-bottom: 16px;

    }
}

@media screen and (max-width: 768px) {
    .text_block {
        width: auto;
    }
}

@media screen and (max-width: 8192px) {
    .small_text {
        margin-bottom: 22px;
    }
}



.news-tab, .news-tab p {
    text-align: justify;
    line-height: 2;
    font-size: 18px;
}

.recipe-calc {
    font-weight: bold;
    color: #2C30DD;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .small_text {
        width: auto;
    }
}


@media screen and (max-width: 1200px) {
    .jswiFB {
        margin-top: 24px;
        margin-bottom: 16px;
        padding-top: 0px;
    }
}

.container {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#articleDetails a {
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}

#articleDetails a:hover {
    color: green;
}

.jeg_post_excerpt {
    margin-top: 5px;
    font: 400 18px "open sans", sans-serif;
    line-height: 2;
    padding: 0;
    color: black;
}

article .jeg_post_excerpt blockquote {
    padding: 10px 20px;
    font-size: 17.5px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    border-color: hsl(47deg 69% 69%);
    border-left: 5px solid #f4e59f;
    background: hsl(47deg 100% 90.55%);
}

article .jeg_post_excerpt > h2, article .jeg_post_excerpt .mce-toc > h2 {
    font-size: 31px;
    margin-top: 10px;
    margin-bottom: 10px;
}

article .jeg_post_excerpt > h1, article .jeg_post_excerpt .mce-toc > h2, article .jeg_post_excerpt > h2, article .jeg_post_excerpt > h3, article .jeg_post_excerpt > h4, article .jeg_post_excerpt > h5, article .jeg_post_excerpt > h6 {
    line-height: 1.5;
    font-weight: 700;
    font-family: inherit;
    text-rendering: optimizelegibility;

}

.mce-toc li {
    list-style-type: none;
}

.jeg_post_excerpt a {
    color: #2c30dd;
}

article .jeg_post_excerpt > h3 {
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
}

article .jeg_post_excerpt > h4 {
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 8192px) {
    .daiYje {
        margin-bottom: 16px;
    }
}

.daiYje {
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    margin: 0px auto;
    width: 722px;
}

.ePNjMC {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    grid-template-columns: 2fr 1fr;
    column-gap: 8px;
    min-height: 40px;
}

.fDzKhB {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    height: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.pVcGw {
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.brPRx {
    font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.12px;
    color: rgb(84, 86, 88);
}

.kRnYaX {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.fXFnxj {
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}

.hzUjWr {
    font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.14px;
    color: rgb(0, 0, 0);
}

.dJMhxs {
    font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.14px;
    color: rgb(84, 86, 88);
}

.jpkFTK svg {
    width: 24px;
    height: 24px;
}

.fsMljb {
    display: block;
    fill: currentcolor;
}

.fWWpXO {
    color: rgb(32, 34, 36);
    margin-bottom: 0px;
    /*font-family: "BBC Reith Serif", Helvetica, Arial, sans-serif;*/
    font-weight: 700;
    font-size: 26px;
    line-height: 2;
    text-transform: none;
    text-decoration: none;
    margin-top: 0px;
}

@media screen and (max-width: 599px) {
    .fWWpXO {
        margin-bottom: 8px;
        font-family: "BBC Reith Serif", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-transform: none;
        text-decoration: none;
        letter-spacing: -0.36px;
    }
}

/*related css */

.nOjHR:first-of-type {
    margin-top: 24px;
}

.nOjHR {
    display: grid;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-block: 48px;
}

aside {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
}

@media screen and (max-width: 8192px) {
    .fWBrtz {
        margin: 0px auto;
    }
}

.fWBrtz {
    max-width: 1280px;
    width: 100%;
}

.kopLFO {
    margin: 0px 16px;
    border-width: 0px;
    height: 2px;
    background-color: rgb(58, 60, 62);
}

.iYlCiY {
    padding: 0px 16px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 24px;
    margin-top: 12px;
}

.fabsYm {
    color: rgb(32, 34, 36);
    font-family: "BBC Reith Serif", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
}

.hCLKuS {
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
    align-items: start;
    margin: 0px 16px;
    gap: 16px;
    display: grid;
}


@media screen and (max-width: 768px) {
    .hCLKuS, .iYlCiY, .kopLFO {
        margin: 0px;
        padding: 0px;
    }
}

.jZSdZm {
    text-decoration: none;
    cursor: pointer;
    color: unset;
}

.iJuXzU {
    border-bottom: none;
    position: relative;
    gap: 8px;
    display: grid;
}

.cmUwIX {
    width: 100%;
}

.hDoikl {
    width: 100%;
    margin-right: 0px;
}

.fKQFUK {
    /*
            font: 400 18px "open sans", sans-serif;
    */
    line-height: 2;
    color: black;
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    text-decoration: none;
}

.ibolOW {
    margin-top: 0px;
    height: 32px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    gap: 8px;
}

.eGdGwi {
    font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.12px;
    color: rgb(84, 86, 88);
}

.jaNnOY {
    background-color: rgb(84, 86, 88);
    margin: auto 2px;
    height: 16px;
    width: 1px;
}

.hAcRJU {
    color: rgb(84, 86, 88);
    font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.12px;
    pointer-events: none;
}

.jZSdZm:hover {
    text-decoration-color: black;
}

/*more css */

.HDVpz:last-of-type {
    margin-bottom: 120px;
}

.HDVpz {
    display: grid;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-block: 48px;
}

@media screen and (max-width: 8192px) {
    .fWBrtz {
        margin: 0px auto;
    }
}

.fWBrtz {
    max-width: 1280px;
    width: 100%;
}

@media screen and (max-width: 8192px) {
    .hIBUPI {
        max-width: 1038px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 8192px) {
    .dcEjdV {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}

.dcEjdV {
    display: grid;
    box-sizing: border-box;
}

.lncuML {
    grid-template-columns: 90px 1fr;
    -webkit-box-align: stretch;
    align-items: stretch;
    position: relative;
    display: grid;
    gap: 16px;
}

.hVcXik {
    -webkit-box-align: start;
    align-items: start;
    display: grid;
}

.RlZfh {
    margin-top: 10px;
    height: auto;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    gap: 8px;
}

@media screen and (max-width: 8192px) {
    .kGLWUB {
        display: block;
    }
}

.kGLWUB {
    font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.12px;
    color: rgb(84, 86, 88);
}

.gEsnbu {
    border-bottom: 1px solid rgb(230, 232, 234);
    position: relative;
    min-height: 190px;
    display: block;
}

.eGQQto {
    margin-bottom: 16px;
    position: relative;
    margin-left: 16px;
    float: right;
    width: 300px;
}

.iTQFje {
    height: 100%;
    width: 100%;
}

.ijYvQn {
    position: relative;
    line-height: 0;
}

.iTQFje img {
    aspect-ratio: 16 / 9;

}

.jvrVsN {
    width: 100%;
    object-fit: contain;
}

.gtbYlL {
    display: block;
}

.enHkZQ {
    font: 400 17px "open sans", sans-serif;
    color: black;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 56px;
}

@media screen and (max-width: 599px) {
    .enHkZQ {
        font: 400 17px "open sans", sans-serif;
        color: black;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0px;
        margin-bottom: 48px;
    }
}

.cMOVdV {
    margin-top: 0px;
    height: 32px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: 0px;
}

@media screen and (max-width: 8192px) {
    .fbRULV {
        display: none;
    }
}

.fbRULV {
    font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.12px;
    color: rgb(84, 86, 88);
}

.fLeztL {
    background-color: rgb(84, 86, 88);
    margin: auto 2px;
    height: 16px;
    width: 1px;
}

.hAcRJU {
    color: rgb(84, 86, 88);
    font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.12px;
    pointer-events: none;
}

/* Change link color to black on hover */
.link:hover {
    color: black !important;
}

/* media */

@media screen and (max-width: 599px) {
    .hCLKuS {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 599px) {
    .hCLKuS > div:nth-of-type(-n+2) > div > a > div {
        border-bottom: 1px solid rgb(230, 232, 234);
    }
}

.HDVpz:last-of-type {
    margin-bottom: 120px;
}

@media screen and (max-width: 599px) {
    .HDVpz {
        margin-block: 32px;
    }
}

@media screen and (max-width: 599px) {
    .iYlCiY {
        margin-bottom: 16px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 399px) {
    .fabsYm {
        font-family: "BBC Reith Serif", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        text-transform: none;
        text-decoration: none;
        letter-spacing: 0px;
    }
}



@media screen and (max-width: 599px) {
    .lncuML {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 599px) {
    .RlZfh {
        margin-top: 2px;
    }
}

@media screen and (max-width: 599px) {
    .kGLWUB {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .eGQQto {
        margin-bottom: 8px;
        margin-left: 8px;
        width: 50%;
    }
}

@media screen and (max-width: 599px) {
    .hDoikl {
        margin-right: 8px;
    }
}

@media screen and (max-width: 599px) {
    .cMOVdV {
        margin-top: 2px;
    }
}

@media screen and (max-width: 599px) {
    .fbRULV {
        display: block;
    }
}



.jeg_post_meta {
    /* color: gray; */
    font-size: 12px;
    text-transform: uppercase;
    box-sizing: border-box;
    gap: 16px;
    margin: 0px auto;
    width: 722px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.jeg_post_meta > div:not(:last-of-type) {
    margin-right: 1em;
}

.jeg_post_meta > div {
    display: inline-block;
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.fa-clock:before {
    content: "\f017";
}

.fa-eye:before {
    content: "\f06e";
}

.jeg_post_meta a {
    font-weight: 400;
}

.fa-comments:before {
    content: "\f086";
}

article .jeg_post_meta .share-social {
    font-size: 20px;
    margin-right: 5px;
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}


/* styles for the banner */
.hp-top-banner {
    text-align: center;
    margin-bottom: 15px
}

.hp-top-banner img {
    max-width: 100%;
    height: auto;
    display: block;
}


@media (min-width: 769px) {
    .hp-top-banner {
        background-color: #fff;
        padding: 10px 25px 25px 25px;
        box-sizing: border-box;
        display: grid;
        gap: 16px;
        margin: 0 auto;
        max-width: 722px;
    }
}


/*css for thumbnail image*/
.esMqKN {
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    margin: 0 auto;
    width: 722px;
    margin-bottom: 15px;
}

.jeHxxw {
    position: relative;
    line-height: 0;
    cursor: pointer;
}

@media (max-width: 725px) {
    .esMqKN {
        width: 100%;
    }

    .jeHxxw {
        max-width: 100%;
    }

    picture {
        display: block;
    }

    img.lazyload {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 599px) {
    .hCLKuS {
        display: grid;
        grid-template-columns: 1fr; 
    }

    .kcaRJj:nth-child(1) {
        border-bottom: 1px solid rgb(230, 232, 234); 
    }

    .kcaRJj:nth-child(2) {
        border-bottom: 1px solid rgb(230, 232, 234); 
    }

    .kcaRJj:nth-child(n+3) {
        border-bottom: none; 
    }
}


.jeg_post_excerpt img {
    max-width: 100%;
    height: auto;
    display: block;
}


.clearboth {
    clear: both;
}

.commentHeader {
    display: inline-block;
    border-top: 1px solid #e5e5e5;
    padding: 5px;
    width: 100%;
}

.commentHeader ul li {
    float: left;
    padding-right: 50px;
    padding-left: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #fff;
}

.fa-comments:before {
    content: "\f086";
}

.srctp-btn {
    border: none;
    padding: 6px 12px;
    color: #fff !important;
    background-color: #a00;
    font-size: 12px;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
    transition: background-color .2s, color .2s;
}

.post-footer-articles {
    background-color: #fefefe;
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    margin: 0 auto;
    width: 722px;
}

.write_comment {
    margin-top: 0;
    background-color: #fefefe;
    padding: 10px 12px 8px;
}

.editorButtons {
    display: flex;
}

.editorButtonLeft {
    float: left;
    margin-right: auto;
    width: fit-content;
}

.errcomment {
    color: red;
    text-align: center;
}
.txt_red {
    color: red !important;
    padding: 5px;
    letter-spacing: .4px;
}

.editorButtonRight {
    float: right;
    margin-left: auto;
    padding-right: 10px;
    width: fit-content;
}

.editorButtonRight button.btn {
    height: unset;
    display: inline-block;
    margin: 5px 10px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.editorButtonRight button.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

editorButtonRight button.btn {
    height: unset;
    display: inline-block;
    margin: 5px 10px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.editorButtonRight button.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.comment-thread {
    border: 1px solid transparent;
}

.comment-thread .comment {
    position: relative;
    margin: 5px auto;
}

.comment-thread .comment-border-link {
    display: block;
    position: absolute;
    top: 50px;
    left: 12px;
    height: calc(100% - 50px);
    border: 2px solid #eff0f1;
    background-color: #eff0f1;
    background-clip: padding-box;
}

.comment-thread .sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.comment-thread .comment .comment-head {
    position: relative;
    list-style: none;
    cursor: pointer;
}

.comment-thread .comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}

.comment-thread .comment-voting {
    width: 20px;
    height: 32px;
}
.comment-thread .comment-voting .user-image .avatar {
    border-radius: 50%;
}

.comment-thread .comment-info {
    color: rgba(0, 0, 0, .5);
    margin-left: 15px;
}

.comment-thread .comment-author {
    text-decoration: none;
}

.comment-thread .m-0 {
    margin: 0;
}

.comment-thread .comment-heading .comment-foldup {
    display: inline-block;
    margin-left: auto;
    margin-right: 10px;
    font-size: 12px;
    color: rgba(0, 0, 0, .55);
    cursor: pointer;
}

.comment-thread .comment-body {
    padding: 0 20px;
    padding-left: 28px;
}

.comment-thread .comment-body .actionButtons a {
    margin-right: 10px;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.comment-thread .replies {
    margin-left: 28px;
}

.btn .caret {
    margin-left: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* General Form Container */
#macroFormWrap {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    max-width: 722px;
    border: 1px solid #ddd;
}

/* Form Title and Headings */
#macroForm h4 {
    margin: 15px 0 10px;
    font-size: 18px;
    color: #333;
}

/* Input Fields */
#macroForm input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s;
}

#macroForm input[type="text"]:focus {
    border-color: #007bff;
}

/* Radio Groups */
.switch, .radio-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0;
}

.switch .option, .radio-group .radio-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.switch input[type="radio"], 
.radio-group input[type="radio"] {
    display: none;
}

.switch label, 
.radio-group label {
    cursor: pointer;
    padding: 10px 15px;
    background-color: #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
    color: #555;
    transition: background-color 0.3s, color 0.3s;
}

/* Change color for selected option */
.switch input[type="radio"]:checked + label,
.radio-group input[type="radio"]:checked + label {
    background-color: #007bff;
    color: #fff;
}

/* Ensure non-selected options stay default */
.switch label:not(:checked),
.radio-group label:not(:checked) {
    background-color: #e0e0e0;
    color: #555;
}

/* Multi-Input Sections */
.input-with-radio-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-multi {
    display: flex;
    gap: 10px;
}

.input-multi input {
    flex: 1;
}

/* Buttons */
button.button-calc {
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

button.button-calc:hover {
    background-color: #0056b3;
}

/* Result Section */
#resultanchor {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#resultanchor h1 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.calc-result table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.calc-result td {
    padding: 8px 10px;
    font-size: 14px;
    color: #555;
}

.carb-dot::before, 
.protein-dot::before, 
.fat-dot::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.carb-dot::before {
    background-color: #ffcc00;
}

.protein-dot::before {
    background-color: #66cc66;
}

.fat-dot::before {
    background-color: #ff6666;
}

/* Hidden Sections */
.hidden {
    display: none;
}



/* Flexbox for layout */
.form-wrapper {
    display: flex;
    justify-content: space-between; /* Push ads to the sides */
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

/* Left and Right Ad Styling */
.sidebar {
    width: 300px; /* Increased width */
    min-height: 300px;
    background-color: #f4f4f4; /* Placeholder */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}



/* Make it Responsive */
@media screen and (max-width: 1200px) {
    .form-wrapper {
        flex-wrap: wrap;
        justify-content: center; /* Center everything on small screens */
    }

    .sidebar {
        min-height: 100px;
    }

   
}



@media screen and (max-width: 765px) {
    .form-wrapper {
        flex-direction: column;
        align-items: center; /* Center items when stacked */
    }

    .sidebar.right-ad {
        order: 2; /* Move right ad below the form */
        width: 100%; /* Full width for smaller screens */
        max-width: 300px; /* Limit width */
    }
}



/* Hide the right ad in responsive mode (for small screens) */
@media screen and (max-width: 768px) {
    .sidebar.left-ad {
        display: none;
    }
}


.ad-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.ad-block {
    width: 300px;
    height: 250px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
}

