.biriyani-addons-note-wrapper {
    margin-top: 15px;
    padding: 10px 0px 14px;
    font-family: inherit;
    Width:85%
}

/* For devices up to 1440px (large laptops) */
@media (max-width: 1440px) {
    .biriyani-addons-note-wrapper {
        width: 85%;
    }
}

/* For devices up to 1024px (smaller laptops/tablets in landscape) */
@media (max-width: 1024px) {
    .biriyani-addons-note-wrapper {
        width: 96%;
    }
}

/* For tablets and mobile devices */
@media (max-width: 768px) {
    .biriyani-addons-note-wrapper {
        width: 96%;
    }
}

/* For very small phones (optional safety) */
@media (max-width: 480px) {
    .biriyani-addons-note-wrapper {
        width: 96%;
    }
}


.biriyani-note-label {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 6px;
    font-family: Inter

}

.biriyani-note-input {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    background: transparent;
    outline: none;
    color: #000;
   border: 1px solid #ccc;
}