.socios-project-row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}

.socios-vote-column {
    flex-shrink: 0;
}

.socios-vote-input {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 0 5px rgba(255,255,255,0.3);
}

.socios-project-details h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.socios-project-details p {
    margin: 0 0 10px;
}

.socios-project-details a {
    color: #2196F3;
    text-decoration: underline dotted;
}

/* Socios Voting UI
.socios-voting-wrapper {
    max-width: 100%;
    padding: 2rem;
}

.socios-voting-wrapper h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.socios-voting-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.project-vote-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    gap: 2rem;
}

.project-info {
    flex: 1;
}

.project-info h3 {
    margin: 0;
    font-size: 1.5rem;
}

.project-info p {
    margin: 0.5rem 0;
}

.read-more {
    color: #2196f3; 
    text-decoration: underline;
    font-size: 0.9rem;
}

.vote-control {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.socios-vote-input {
    width: 60px;
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 0 5px rgba(255,255,255,0.5);
    transition: all 0.2s ease-in-out;
}

.socios-vote-input:focus {
    outline: none;
    border-color: #2196f3;
    box-shadow: 0 0 8px #2196f3;
}

.socios-voting-table td {
    padding: 10px 20px;
    vertical-align: middle;
}

.socios-voting-table {
    width: 100%;
    border-spacing: 0 10px;
}


.vote-control button {
    background: #2196f3;
    color: #fff;
    border: none;
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
    border-radius: 4px;
    cursor: pointer;
}

.vote-control button:hover {
    background: #1976d2;
}
*/

.submit-wrapper {
    text-align: left;
}

.vote-submit {
    border: none;
    padding: 0.8rem 2rem;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.vote-submit:hover {
}
