textarea{
    resize: none !important;
}

.divbuts{
    padding: 0.5rem;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.night .divbuts{
    border:1px solid #444;
    border-top: 0;
}

.divbuts button{
    padding: 0.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.divbuts button:nth-child(1){
    background-color: #009688;
}

.divbuts button:nth-child(2){
    background-color: #795548;
}

.divbuts button:nth-child(3){
    
}

.entonuberres{
    border: 1px solid #eee;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
    display: none;
}

.night .entonuberres {
    border: 1px solid #444;
}

.entonuberres h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.entonuberres textarea{
    border: 1px solid #eee;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 6rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}

.entonubersetup{
    padding: 0.25rem;
    border: 1px solid #eeeeee;
    margin-top: 0.75rem;
    border-radius: 3px 3px 0 0;
}

.night .entonubersetup{
    border:1px solid #444;
}

.entonubersetup>div{
    padding: 0.25rem;
}

.entonubersetup>div>div{
    margin-bottom: 0 !important;
}

@media screen and (max-width: 390px){
    .divbuts button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .divbuts button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
    .divbuts button:nth-child(3){
        width: 100%;
        margin-top: 0.5rem;
    }
}


.entostrdomelist{
    border: 1px solid #eee;
    padding: 0.5rem;
    border-radius: 4px;
}

.night  .entostrdomelist{
    border:1px solid #444;
}

.entostrdomelist h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
}

.night .entostrdomelist h3{
    border-bottom: 1px solid #444;
}

.example-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.example-list>div{
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 0.75rem;
    border-radius: 6px;
    cursor: pointer;
}

.night .example-list>div{
    background-color: #181a1b;
}

.example-item>div:nth-child(1){
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 0.6rem;
}

.night .example-item>div:nth-child(1){
    color: #3498db;
}

.example-item>div:nth-child(2){
    color: #7f8c8d;
    font-size: 0.6rem;
}

.night .example-item>div:nth-child(2){
    color: #aaa;
}

@media screen and (max-width: 1023px){
    .example-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 400px){
    .example-list{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}