.botc-fc-wrapper {
    max-width: 720px;
    margin: 0 auto;
    font-family: inherit;
    font-size: 16px;
}

.botc-fc-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.botc-fc-main {
    flex: 1;
    min-width: 0;
}

.botc-fc-progress {
    font-size: 0.85em;
    opacity: 0.65;
    margin-bottom: 10px;
}

.botc-fc-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.botc-fc-token {
    margin-bottom: 14px;
}

.botc-fc-token-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.botc-fc-ability {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 18px;
}

.botc-fc-answer-form {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 10px;
}

.botc-fc-answer-input {
    flex: 1;
    max-width: 240px;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 400;
}

.botc-fc-answer-form button {
    padding: 8px 14px;
    font-size: 16px;
    cursor: pointer;
}

.botc-fc-feedback {
    font-size: 16px;
    font-weight: 400;
    min-height: 1.4em;
    margin-bottom: 10px;
}

.botc-fc-correct {
    color: #1a7f37;
}

.botc-fc-incorrect {
    color: #c9302c;
}

.botc-fc-next {
    padding: 8px 14px;
    font-size: 16px;
    cursor: pointer;
}

.botc-fc-empty,
.botc-fc-loading {
    opacity: 0.65;
    padding: 10px 0;
}

.botc-fc-controls {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    font-size: 0.9em;
}

.botc-fc-controls label {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.botc-fc-images-toggle-label {
    flex-direction: row !important;
    align-items: center;
    cursor: pointer;
}

.botc-fc-controls select {
    padding: 6px 8px;
}

.botc-fc-restart {
    padding: 8px 12px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .botc-fc-layout {
        flex-direction: column;
    }

    .botc-fc-controls {
        flex: 1;
        width: 100%;
    }
}
