.cf7mc-container {
    width: 170px;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 8px;
    margin: 5px 0;
}
.cf7-question-container {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cf7mc-question {
    color: #000;
}
.cf7mc-refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-align: center; 
    background: #e8e8e8;
    border-radius: 50%;
    text-decoration: none;
    margin-left: 10px;
}
.cf7mc-refresh:hover {
    background: #d0d0d0;
}
.cf7mc-refresh svg {
    width: 24px;
    height: 24px;
    fill: #000;
}
.cf7-answer-container {
    margin-top: 8px;
}
.cf7mc-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}
.cf7mc-not-valid {
    color: #f00;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}
