.map-reading-header {
    background-color: #fff7e7;
    border-radius: 15px;
    padding: 20px 20px 50px 20px;
    margin-bottom: 20px;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.map-reading-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient(360deg, rgba(255,247,231,1) 20%, rgba(255,255,255,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.map-reading-header.open::after {
    display: none;
}

.map-reading-header .more {
    cursor: pointer;
}

.map-reading-header.open {
    height: initial;
}

.map-reading-header.open .more {
    font-size: 0;
}

.map-reading-header .more .arrow {
    display: none;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.map-reading-header .more .arrow.down {
    display: initial;
}

.map-reading-header.open .more::after {
    content: 'Ver menos';
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 3px;
}

.map-reading-header.open .more .arrow.down {
    display: none;
}

.map-reading-header.open .more .arrow.up {
    display: initial;
}

.map-reading-header .more {
    position: absolute;
    bottom: 10px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 10;
}

.map-reading-mandala img {
    max-width: 100%;
    height: auto;
}


/* TABLEA */

.map-reading-tabela .mapa-table * {
    font-size: 14px !important;
}

.map-reading-tabela .mapa-table .icon-astro img {
    width: 12px;
    height: auto;
}

.map-reading-tabela .table-comprovantes th, 
.map-reading-tabela td {
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 1px 5px;
}

.map-reading-tabela .astros-text {
    border-right: none;
    border-left: none;
    min-width: 150px;
    font-size: 15px;
    text-align: start;
}

.map-reading-tabela .casa-text {
    min-width: 60px;
}

.map-reading-tabela .td-rosa {
    color: #3a1a71;
    padding: 5px 15px;
    font-weight: 600;
    min-width: 110px;
}

.map-reading-tabela {
    padding: 0;
    overflow: hidden;
    width: 100%;
    overflow-x: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
}

.map_reading_first_ul {
    padding-bottom: 20px !important;
}

.complete.map-reading-left li {
    padding: 5px 15px !important;
}

.map-reading-left a {
    text-decoration: none;
}

.map-reading-left li .icon {
    filter: brightness(0.5);
}

.map-reading-left-text {
    overflow-x: hidden;
    max-height: calc(100vh - 120px);
}

.free .map-reading-left-text {
    position: relative;
}

.map-reading-left-text::after {
    display: none;
}

.highlight-new-result .highlight-new-body {
    margin-top: 50px;
}