
.funtech-area-alumno {
    max-width: 980px;
}
.funtech-avatar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 16px;
    margin: 18px 0;
}
.funtech-avatar-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 14px;
    border: 1px solid #dcdcde;
    border-radius: 14px;
    cursor: pointer;
    background: #ffffff;
    text-align: center;
}
.funtech-avatar-option img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    border-radius: 50%;
}
.funtech-avatar-option input {
    margin: 0;
}
.funtech-area-notice,
.funtech-area-error {
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 14px;
}
.funtech-area-notice {
    background: #e8f5e9;
}
.funtech-area-error {
    background: #fdecea;
}

.funtech-front-table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    background: #ffffff;
}
.funtech-front-table th,
.funtech-front-table td {
    padding: 12px;
    border: 1px solid #e5e7eb;
    text-align: left;
}
.funtech-tema-detalle {
    padding: 18px;
    margin: 18px 0;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
}
.funtech-tema-iframe iframe {
    max-width: 100%;
}
