.elementor-167 .elementor-element.elementor-element-02f6368{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-167 .elementor-element.elementor-element-a6860f3{text-align:left;color:var( --e-global-color-text );font-size:24px;font-weight:bold;}.elementor-167 .elementor-element.elementor-element-da7a36c{color:var( --e-global-color-text );}#elementor-popup-modal-167{background-color:#000000C7;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-167 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-167 .dialog-close-button{display:flex;}#elementor-popup-modal-167 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for text-editor, class: .elementor-element-da7a36c */.animal-list {
    list-style-type: none;
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.animal-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.animal-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.animal-name {
    margin-right: 10px;
}

.animal-icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.animal-info {
    font-style: italic;
}/* End custom CSS */