.crpmh-title-container .crpmh-title-area {
    height: 140px;
    position: relative;
    background-color: #f37020;
    align-items: flex-end;
    display: flex;
}

.crpmh-container-margin.crpmh-adjust-itens {
    gap: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.crpmh-title-container .crpmh-title-area h2 {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.button-hospedagem {
    color: #fff;
    height: auto;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #153681;
    text-transform: uppercase;
}

.crpmh-title-container .crpmh-title-bar {
    height: 10px;
    background-color: #15377f;
    margin-bottom: 20px;
}

.crpmh-container-margin {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.crpmh-hosts-warning {
    width: 100%;
    margin: 30px auto;
    padding: 15px 30px;
    background: #FFC107;
    max-width: fit-content;
}

.crpmh-hosts-warning p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.crpmh-title-section {
    color: #f37020;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;

    margin: 0;
    padding: 0;
    width: 100%;
    margin: 20px 0;
}

.crpmh-list-hosts,
.crpmh-list-hosts .crpmh-host-item {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.crpmh-list-hosts .crpmh-host-item {
    gap: 10px;
    padding: 10px;
    position: relative;
    background-color: #eee;
    flex: 0 0 calc(50% - 10px);
}

.crpmh-list-hosts .crpmh-host-item .crpmh-host-item-name,
.crpmh-list-hosts .crpmh-host-item .crpmh-host-item-image {
    flex: 1;
}

.crpmh-list-hosts .crpmh-host-item .crpmh-host-item-name {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.crpmh-list-hosts .crpmh-host-item .crpmh-host-item-name h3 {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-align: right;
}

.crpmh-list-hosts .crpmh-host-item .crpmh-host-item-name a {
    border: none;
    display: block;
    padding: 10px 20px;
    max-width: fit-content;
    background-color: #15377f;

    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    text-transform: uppercase;
}

.crpmh-list-hosts .crpmh-host-item .crpmh-host-item-image img {
    width: 100%;
    height: auto;
    display: block;
}