﻿.iyigelirPicks-select-wrapper {
    position: relative;
}

.iyigelirPicks-select-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #111827;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nacelle:wght@400&display=swap');

.main-content .container {
    padding: 0 !important;
}

.iyigelirPicks-container {
    display: flex;
    min-height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}

.iyigelirPicks-left-panel {
    flex: 1;
    background: linear-gradient(180deg, #11bf2b 0%, #108923 100%);
    padding: 40px;
    color: white;
    text-align: center; /* Center align all text */
    display: flex;           
    min-height: 100vh;     
}

.iyigelirPicks-left-content {
    margin-top: auto;
    margin-bottom: auto;
}

.iyigelirPicks-right-panel {
    flex: 1;
    padding: 40px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iyigelirPicks-title {
    font-family: 'Space Grotesk', Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.iyigelirPicks-description {
    font-family: 'Nacelle', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.iyigelirPicks-info-box {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-family: 'Nacelle', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%; /* Added to maintain readability while centered */
}

.iyigelirPicks-small-text {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.iyigelirPicks-form-group {
    margin-bottom: 24px;
    max-width: 356px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.iyigelirPicks-form-label {
    display: block;
    font-family: 'Space Grotesk', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
    color: #111827;
    text-align: left;
}

.iyigelirPicks-form-select {
    width: 100%;
    height: 52px;
    padding: 0 44px 0 14px; 
    border: 1px solid #CDCFDB;
    border-radius: 4px;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    color: #111827;
    background-color: #FFFFFF;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.iyigelirPicks-form-select:focus {
    border-color: #bfc3cf;
    box-shadow: 0 0 0 3px rgba(17, 191, 43, 0.12);
}

.iyigelirPicks-result-button {
    width: 100%;
    max-width: 356px;
    height: 52px;
    padding: 0 20px;
    background-color: #11BF2B; /* Updated green color */
    color: white;
    border: none;
    border-radius: 4px;
    font-family: 'Nacelle', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}

.iyigelirPicks-result-button__count {
    opacity: 0.7;
}

    .iyigelirPicks-result-button:hover {
        background-color: #0fa725; /* Slightly darker shade for hover */
    }
