.cl-revolution-map {
    padding-bottom: 50px;
}

.cl-revolution-map .mapa-table img {
    max-width: 12px !important;
}

.cl-revolution-map .description {
    line-height: 24px;
}

.cl-revolution-map .description p {
    font-size: 16px !important;
    line-height: 24px !important;
}

.revolution-map-form-initial li {
    padding: 5px 0;
    font-size: 16px;
}

.revolution-map-form-initial li strong {
    font-size: 18px;
}

.cl-revolution-map-resume {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    top: 10px !important;
}

.cl-revolution-map-resume ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cl-revolution-map-resume li {
    padding: 8px;
}

.cl-revolution-map-resume li a {
    font-size: 16px;
    color: #2c2c2c;
}

.cl-revolution-map-resume li.activate,
.cl-revolution-map-resume li:hover {
    background-color: #efefef;
    border-radius: 10px;
    border: 0;
}

.cl-revolution-map-resume li.activate a {
    color: #3a1a71;
}

.cl-revolution-map-resume li:last-child {
    border: 0;
}

.cl-revolution-map-resume a {
    text-decoration: none;
}

.cl-revolution-map h2 {
    font-size: 32px;
    font-weight: 600;
}

.cl-revolution-map-item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.cl-revolution-map-item:last-child {
    border: 0;
}

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

.cl-revolution-map-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;
}

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

.cl-revolution-map-header.open {
    height: initial;
}

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

.cl-revolution-map-interpretations {
    position: relative;
}

.cl-revolution-map-download {
    margin-bottom: 50px;
    text-align: right;
    display: flex;
    gap: 10px;
    justify-content: right;
}

.cl-revolution-map-download img {
    filter: brightness(3);
}

.cl-revolution-map-userdata {
    margin-bottom: 50px;
}

.cl-revolution-map-userdata p {
    margin-bottom: 5px;
}

.cl-revolution-map-carta {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

/* TABLEA */

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

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

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

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

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

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

.cl-revolution-map .house-degrees ul {
    list-style: none;
    padding: 0;
}

.cl-revolution-map .astro-tabela img {
    width: 16px !important;
    height: 16px !important;
}

.cl-revolution-map .box-purchase {
    margin-top: 50px;
}

.cl-revolution-map .box-date-cols {
    display: flex;
}

.cl-revolution-map .box-date-col {
    border-right: 1px solid #eee;
    padding-right: 25px;
    margin-right: 25px;
}

.cl-revolution-map .box-date-col:last-child {
    border: 0;
}

.cl-revolution-map .box-date-col p {
    color: #a1a1a1;
}

.cl-revolution-map .user-data span {
    color: #50317e;
    font-weight: 700 !important;
}

@media only screen and (max-width: 600px) {
    .cl-revolution-map-download {
        justify-content: left;
    }

    .cl-revolution-map-download a {
        font-size: 14px;
    }

    .thanks-text {
        padding-left: 0 !important;
    }
}