.dhr-cityblue-icon {
    display: flex;
        svg {
        height: auto !important;
    }
}



.dhr-cityblue-card {
    /* position: relative; */
    /* width: 100%; */
    /* min-height: 300px; */
    padding: 40px;
    /* overflow: hidden; */
    /* box-sizing: border-box; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Overlay using pseudo-element */
.dhr-cityblue-card::before {
    content: '';
    display: block;
    position: absolute; /* relative to the card */
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    /* default gradient/color, overridden by Elementor control */
    background: rgba(0, 0, 0, 0.3);
}

/* Content sits above overlay */
.dhr-cityblue-top,
.dhr-cityblue-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dhr-cityblue-bottom{
	row-gap: 30px;
}

.dhr-cityblue-top {
    flex-direction: row;
    align-items: center;
}

.dhr-cityblue-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dhr-cityblue-text {
    font-size: 16px;
}

.dhr-cityblue-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.dhr-cityblue-button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.dhr-cityblue-top {
    border-radius: 4px;
    flex: 0;
    background: #fff;
    /* width: auto; */
    /* display: inline-flex; */
    align-self: flex-start;
    padding: 8px 15px;
}

a.dhr-cityblue-button.elementor-button.elementor-button-link.elementor-size-sm {
    align-self: center;
}

.dhr-cityblue-title h3 {
    font-weight: normal;
    margin: 0;
}