.cd-ronde {
margin: 1.5rem 0;
padding: 1.25rem 1.35rem;
border: 1px solid #d8dee8;
border-radius: 14px;
background: #fff;
color: #1b2430;
font-size: 1rem;
line-height: 1.45;
}
.cd-ronde__title {
margin: 0 0 0.35rem;
font-size: 1.25rem;
}
.cd-ronde__lead {
margin: 0 0 1rem;
color: #445066;
}
.cd-ronde__cta,
.cd-ronde button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 0.45rem 0.9rem;
margin: 0.25rem 0.35rem 0.25rem 0;
border: 0;
border-radius: 999px;
background: #0b1f4d;
color: #fff;
font-weight: 600;
cursor: pointer;
}
.cd-ronde button.cd-ronde__ghost {
background: #eef2f8;
color: #0b1f4d;
}
.cd-ronde__note {
font-size: 0.9rem;
color: #4a5568;
}
.cd-ronde__card {
display: flex;
gap: 0.9rem;
align-items: flex-start;
margin: 0.75rem 0;
}
.cd-ronde__photo {
width: 72px;
height: 72px;
border-radius: 50%;
object-fit: cover;
background: #e8eef7;
flex-shrink: 0;
}
.cd-ronde fieldset {
border: 0;
margin: 0 0 0.8rem;
padding: 0;
}
.cd-ronde label {
display: block;
margin: 0.25rem 0;
}
.cd-ronde input[type="text"] {
width: 100%;
max-width: 28rem;
padding: 0.5rem 0.65rem;
border: 1px solid #c5cedb;
border-radius: 8px;
}
.cd-ronde-login,
.cd-ronde-stats {
margin: 1rem 0;
}
@media (max-width: 640px) {
.cd-ronde {
padding: 1rem;
}
.cd-ronde__photo {
width: 64px;
height: 64px;
}
}