/* Only recipes whose Geoit cooking-time field is exactly “Yok” receive this
 * class. Numeric cooking times and every other recipe card remain untouched. */
body.rtrai-no-cook-time .geoit-recipe .recipe-main-meta > .recipe-meta-inline:last-of-type .recipe-meta-unit {
    display: block !important;
    align-self: flex-start !important;
    justify-self: start !important;
    width: auto !important;
    margin: 4px 0 0 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    text-transform: none !important;
}

/* The professional recipe-design layer can add wrappers around Geoit's
 * original meta fields. JavaScript marks the exact cooking-time value after
 * verifying the nearby “Pişirme Süresi” label, so this remains theme-safe. */
.rtrai-cook-time-none {
    display: block !important;
    align-self: flex-start !important;
    justify-self: start !important;
    width: auto !important;
    margin: 4px 0 0 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    text-transform: none !important;
}
