.savora-kitchen-finder {
    box-sizing: border-box;
    width: min(1180px, calc(100% - 32px));
    margin: 44px auto;
    padding: 38px;
    overflow: hidden;
    border: 1px solid #d8e9e5;
    border-radius: 26px;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 197, 72, .20), transparent 28%),
        linear-gradient(145deg, #f8fffd 0%, #edf8f5 100%);
    box-shadow: 0 18px 45px rgba(18, 74, 76, .10);
    color: #17262c;
}

.savora-kitchen-finder * {
    box-sizing: border-box;
}

.savora-kitchen-heading {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
}

.savora-kitchen-kicker {
    display: inline-block;
    margin-bottom: 7px;
    color: #167481;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.savora-kitchen-heading h2 {
    margin: 0 0 8px;
    color: #13272e;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
}

.savora-kitchen-heading p {
    margin: 0;
    color: #53666d;
    font-size: 17px;
}

.savora-tool-columns {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 22px;
}

.savora-tool-panel {
    position: relative;
    min-width: 0;
    padding: 26px;
    border: 1px solid rgba(22, 116, 129, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 8px 24px rgba(30, 79, 80, .07);
}

.savora-tool-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    border-radius: 15px;
    background: #e1f3ef;
    font-size: 25px;
}

.savora-tool-panel h3 {
    margin: 0 0 8px;
    color: #14282f;
    font-size: 25px;
    line-height: 1.2;
}

.savora-tool-panel p {
    margin: 0 0 18px;
    color: #526269;
    font-size: 15px;
    line-height: 1.55;
}

.savora-popular-label,
.savora-tool-panel label:not(.screen-reader-text) {
    display: block;
    margin: 0 0 9px;
    color: #31464d;
    font-size: 13px;
    font-weight: 800;
}

.savora-ingredient-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 20px;
}

.savora-ingredient-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid #cfe3df;
    border-radius: 999px;
    background: #fff;
    color: #263b42;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.savora-ingredient-chip:hover {
    transform: translateY(-1px);
    border-color: #69aaa8;
}

.savora-ingredient-chip.is-selected,
.savora-ingredient-chip[aria-pressed="true"] {
    border-color: #167481;
    background: #167481;
    color: #fff;
}

.savora-ingredient-chip span {
    font-size: 18px;
}

.savora-input-row,
.savora-recipe-search-form {
    display: flex;
    gap: 9px;
}

.savora-input-row input,
.savora-recipe-search-form input {
    min-width: 0;
    flex: 1;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #cbdedb;
    border-radius: 11px;
    background: #fff;
    color: #17262c;
    font-size: 15px;
    outline: none;
}

.savora-input-row input:focus,
.savora-recipe-search-form input:focus {
    border-color: #167481;
    box-shadow: 0 0 0 3px rgba(22, 116, 129, .12);
}

.savora-input-row button,
.savora-recipe-search-form button {
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 11px;
    background: #167481;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.savora-input-row button:hover,
.savora-recipe-search-form button:hover {
    background: #105f69;
}

.savora-tool-panel small,
.savora-search-tip {
    display: block;
    margin-top: 9px;
    color: #74848a;
    font-size: 12px;
}

.savora-search-panel {
    background: linear-gradient(155deg, #ffffff 0%, #fff9eb 100%);
}

.savora-search-panel .savora-tool-icon {
    background: #fff0c9;
}

.savora-recipe-search-form {
    flex-direction: column;
}

.savora-recipe-results {
    margin-top: 25px;
}

.savora-results-status {
    margin: 0;
    padding: 15px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .82);
    color: #42565d;
    text-align: center;
}

.savora-results-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.savora-result-card {
    overflow: hidden;
    border: 1px solid #dce9e6;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(30, 70, 72, .07);
}

.savora-result-card a {
    color: inherit;
    text-decoration: none;
}

.savora-result-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.savora-result-copy {
    padding: 14px;
}

.savora-result-copy h4 {
    margin: 0 0 7px;
    color: #17262c;
    font-size: 17px;
    line-height: 1.28;
}

.savora-result-copy p {
    margin: 0;
    color: #65757b;
    font-size: 13px;
    line-height: 1.45;
}

.savora-match-note {
    display: block;
    margin-top: 9px;
    color: #167481;
    font-size: 11px;
    font-weight: 800;
}

@media (max-width: 900px) {
    .savora-tool-columns {
        grid-template-columns: 1fr;
    }

    .savora-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .savora-kitchen-finder {
        width: calc(100% - 24px);
        margin: 28px auto;
        padding: 22px 15px;
        border-radius: 20px;
    }

    .savora-kitchen-heading {
        margin-bottom: 20px;
    }

    .savora-kitchen-heading h2 {
        font-size: 30px;
    }

    .savora-kitchen-heading p {
        font-size: 15px;
    }

    .savora-tool-panel {
        padding: 19px 15px;
        border-radius: 16px;
    }

    .savora-tool-panel h3 {
        font-size: 22px;
    }

    .savora-input-row {
        flex-direction: column;
    }

    .savora-input-row button,
    .savora-recipe-search-form button {
        width: 100%;
    }

    .savora-results-grid {
        grid-template-columns: 1fr;
    }
}

