.angie-ib-wrapper-f5f59956 {
    width: 100%;
}

.angie-ib-box-f5f59956 {
    position: relative;
    padding: 60px 40px 40px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

/* Base Alignment handling from Elementor wrapper */
.elementor-align-left .angie-ib-box-f5f59956 {
    align-items: flex-start;
    text-align: left;
}
.elementor-align-center .angie-ib-box-f5f59956 {
    align-items: center;
    text-align: center;
}
.elementor-align-right .angie-ib-box-f5f59956 {
    align-items: flex-end;
    text-align: right;
}

/* Icon positioning */
.angie-ib-icon-wrapper-f5f59956 {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    z-index: 2;
}

/* Adjust icon position based on alignment */
.elementor-align-left .angie-ib-icon-wrapper-f5f59956 {
    left: 40px;
}
.elementor-align-center .angie-ib-icon-wrapper-f5f59956 {
    left: 50%;
    transform: translate(-50%, -50%);
}
.elementor-align-right .angie-ib-icon-wrapper-f5f59956 {
    right: 40px;
}

.angie-ib-icon-f5f59956 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #e0c897;
}

.angie-ib-icon-f5f59956 i {
    font-size: 24px;
    line-height: 1;
}

.angie-ib-icon-f5f59956 svg {
    width: 24px;
    height: 24px;
}

.angie-ib-title-f5f59956 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 600;
}

.angie-ib-desc-f5f59956 {
    margin: 0 0 25px;
    line-height: 1.6;
}

.angie-ib-button-f5f59956 {
    display: inline-block;
    padding: 15px 30px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.angie-ib-button-f5f59956:hover {
    opacity: 0.9;
}
