.sifency-brochure-button,
.sifency-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    color: #fff;
    background-color: var(--sifency-addons-themecolor);
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.sifency-brochure-button:hover,
.sifency-button:hover {
    background-color: var(--sifency-addons-themecolor);
    color: #fff;
}
.sifency-brochure-button .sifency-button-icon-left {
    margin-right: 8px;
}
.sifency-brochure-button .sifency-button-icon-right {
    margin-left: 8px;
}
.elementor-align-justify .sifency-brochure-button,
.elementor-align-justify .sifency-button {
    width: 100%;
}
.sifency-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.sifency-icon-image-wrapper {
    display: inline-block;
    line-height: 0;
}
.sifency-icon-image {
    transition: opacity 0.3s ease, filter 0.3s ease;
    height: auto;
    max-width: 100%;
    display: block;
}
.sifency-features-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.sifency-feature-item {
    display: flex;
    align-items: center;
}
.sifency-feature-icon {
    display: inline-flex;
    margin-right: 10px;
    color: var(--sifency-addons-themecolor);
}