.ahura_element_card_box_4 {
    border-radius: 20px;
    padding: 40px;
    position: relative;
    background-color: #22c1c3;
}

.ahura_element_card_box_4 .ah-label-wrapper {
    width: 115px;
    position: absolute;
    top: 0;
    left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    background-color: transparent;
    background-image: linear-gradient(100deg, #aa8535 0%, #1e9ea0 100%);
}

body:not(.rtl) .ahura_element_card_box_4 .ah-label-wrapper {
    left: auto;
}

.ahura_element_card_box_4 .ah-label-wrapper .ah-label {
    writing-mode: sideways-lr;
    color: white;
}

.ahura_element_card_box_4 .ah-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ahura_element_card_box_4 .ah-icon {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 25px;
    color: white;
    background-color: #ecb643;
}

.ahura_element_card_box_4 .ah-value {
    font-size: 60px;
    margin-top: 20px;
    color: #333c39;
}

.ahura_element_card_box_4 .ah-title {
    font-size: 18px;
}

.ahura_element_card_box_4 .ah-description {
    font-size: 14px;
    margin-top: 20px;
}