.elementor-31953 .elementor-element.elementor-element-0cf9336{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ba13ffb *//* --- SEO İÇERİK STİLLERİ --- */
.seo-content {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.7;
}
.seo-content h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
    color: #111;
}
.seo-content h2 {
    font-size: 24px;
    margin-top: 40px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}
.seo-content h3 {
    font-size: 18px;
    color: #444;
}
.seo-content p {
    font-size: 16px;
    margin-bottom: 15px;
}
.seo-content ul {
    list-style-type: '✓ ';
    padding-left: 20px;
}
.seo-content ul li {
    margin-bottom: 10px;
}
#cta-link {
    display: none; /* JS ile gösterilecek */
    margin-top: 25px;
    padding: 18px;
    background: linear-gradient(to right, #6a11cb, #2575fc);
    border-radius: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
#cta-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* --- HESAP MAKİNESİ ANA YAPISI --- */
.trendyol-calculator-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}
.calculator-form, .calculator-results {
    padding: 25px; border-radius: 16px; background-color: #fdfdfd;
    border: 1px solid #e7e7e7; box-shadow: 0 2px 20px rgba(0,0,0,0.04);
}
h4 { color: #555; margin-top: 20px; margin-bottom: 8px; font-size: 14px; }
.input-group { display: flex; align-items: center; background-color: #fff; border: 1px solid #ddd; border-radius: 12px; padding: 5px 10px; }
.input-group input[type="number"] { border: none; outline: none; flex-grow: 1; padding: 10px 5px; font-size: 16px; width: 100px; }
#kategori { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 12px; background-color: #fff; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; background-position: right 15px top 50%; background-size: .65em auto; }
.commission-rate-display { margin-top: 8px; padding: 8px 12px; background-color: #eef2ff; color: #4f46e5; border-radius: 8px; font-size: 14px; font-weight: 500; text-align: center; }
.radio-group label { margin-right: 20px; color: #555; font-size: 15px; }

/* --- YENİ MİNİMAL BUTON STİLLERİ --- */
.calculate-btn, .clear-btn {
    width: 100%; padding: 16px; font-size: 16px; font-weight: bold;
    border-radius: 50px; /* Oval yapı için */
    cursor: pointer; transition: all 0.3s ease; margin-top: 25px;
    border: none; -webkit-tap-highlight-color: transparent;
}
.calculate-btn {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.calculate-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
.clear-btn {
    background: #fff; border: 1px solid #ddd; color: #555;
    margin-top: 10px;
}
.clear-btn:hover { background: #f9f9f9; border-color: #ccc; }
.clear-btn span { display: flex; align-items: center; justify-content: center; gap: 8px; }
.clear-btn .trash-icon path { fill: #555; }

/* DİĞER KODLARDA DEĞİŞİKLİK YOK */
.results-title { font-size: 18px; color: #333; margin-top: 0; margin-bottom: 20px; }
.result-placeholder { color: #888; text-align: center; padding: 40px 20px; border: 2px dashed #ddd; border-radius: 12px; }
.results-details { display: flex; flex-direction: column; gap: 12px; }
.result-line { display: flex; justify-content: space-between; font-size: 15px; }
.result-line span:first-child { color: #555; }
.result-line span:last-child { font-weight: 500; color: #333; }
.result-line.negative span:last-child { color: #d9534f; }
.result-line.bold span:last-child { font-weight: bold; }
.result-line.final-profit { margin-top: 10px; padding-top: 15px; }
.result-line.final-profit span { font-size: 20px; font-weight: bold; color: #28a745; }
hr { border: none; border-top: 1px solid #eee; margin: 5px 0; }
hr.final-hr { border-top: 2px solid #ddd; }/* End custom CSS */