/* esconder título global do Bricks */
article#brx-content h1 {
    display: none;
}

.cordilheira-wrap {
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
}

.cordilheira-box {
    position: relative;
    max-width: 520px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 50px;
    background: #fff;
    border-radius: 25px;
    z-index: 2;
}

.cordilheira-logo {
    height: 42px;
    margin: 0 auto;
    object-fit: contain;
}

.cordilheira-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.cordilheira-drop {
    border: 2px dashed #000;
    border-radius: 12px;
    padding: 2rem 1rem;
    font-size: 16px;
    background: #fafafa;
    transition: .2s;
}

.cordilheira-drop.is-over {
    background: #e2e2e2;
}

.cordilheira-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
}

.cordilheira-btn:hover {
    opacity: .9;
}

.cordilheira-success {
    background: #009335;
    font-size: 16px;
}

.cordilheira-label-range {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-top: .5rem;
}

#cordilheira-quality {
    width: 100%;
    accent-color: #009335;
}

.cordilheira-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 8px;
    max-height: 150px;
    overflow-y: auto;
}

.cordilheira-list li {
    padding: .4rem .6rem;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
}

.cordilheira-list li:last-child {
    border-bottom: none;
}

.cordilheira-status {
    font-size: 14px;
}
