/* --- ნატალის კალკულატორის სუფთა და დაცული სტილი --- */

.nima-yarn-wrap {
    max-width: 480px;
    margin: 1.5rem auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}

.nima-yarn-wrap h3 {
    text-align: center !important;
    color: #76323f !important;
    margin: 0 0 1.25rem !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.nima-yarn-label {
    font-size: 13px !important;
    color: #555555 !important;
    margin: 0 0 6px !important;
    display: block !important;
    font-weight: 500 !important;
}

.nima-yarn-field-group {
    margin-bottom: 1.2rem !important;
}

/* ეს წესი უშუალოდ აიძულებს 40px სიმაღლეს, რაც არ უნდა მოხდეს */
.nima-yarn-wrap select {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 5px 10px !important;
    line-height: 30px !important;
    -webkit-appearance: menulist !important;
    appearance: menulist !important;
    z-index: 999999 !important;
}

/* ამატებს უფრო ძლიერ სელექტორს, რომ გადაფაროს თემის "გიგანტური" სტილები */
body .nima-yarn-wrap select {
    height: 40px !important;
    padding: 5px 10px !important;
}

/* WPBakery-ის და სხვა პლაგინების ჩარევის სრული გათიშვა */
.nima-yarn-wrap .nice-select, 
.nima-yarn-wrap .select2-container,
.nima-yarn-wrap .select-wrapper,
.nima-yarn-wrap .select2-container--default {
    display: none !important;
}

.nima-yarn-btn {
    background-color: #76323f !important;
    color: #ffffff !important;
    border: none !important;
    padding: 11px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: background 0.2s !important;
    margin-bottom: 10px !important;
}

.nima-yarn-btn:hover {
    background-color: #5c2530 !important;
}

.nima-yarn-btn-reset {
    background-color: #eeeeee !important;
    color: #555555 !important;
    border: none !important;
    padding: 11px 18px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    display: none; 
    transition: background 0.2s !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.nima-yarn-results {
    background: #fdf8f8 !important;
    border: 1px solid #f3e1e3 !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin-top: 1.5rem !important;
    display: none; 
}

.nima-yarn-res-head {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #76323f !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f3e1e3 !important;
    padding-bottom: 5px !important;
}

.nima-yarn-res-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 6px 0 !important;
    font-size: 13px !important;
    border-bottom: 1px dashed #f5eae9 !important;
}

.nima-yarn-res-row:last-of-type {
    border-bottom: none !important;
}