.elementor-885 .elementor-element.elementor-element-5d6451d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-885 .elementor-element.elementor-element-c3fe631 .jet-listing-dynamic-repeater__items{flex-direction:column;justify-content:flex-start;}.elementor-885 .elementor-element.elementor-element-c3fe631 .jet-listing-dynamic-repeater__item > *{justify-content:flex-start;font-family:var( --e-global-typography-e9f746a-font-family ), Sans-serif;font-size:var( --e-global-typography-e9f746a-font-size );font-weight:var( --e-global-typography-e9f746a-font-weight );text-transform:var( --e-global-typography-e9f746a-text-transform );font-style:var( --e-global-typography-e9f746a-font-style );text-decoration:var( --e-global-typography-e9f746a-text-decoration );line-height:var( --e-global-typography-e9f746a-line-height );letter-spacing:var( --e-global-typography-e9f746a-letter-spacing );word-spacing:var( --e-global-typography-e9f746a-word-spacing );color:var( --e-global-color-109ae6e );}@media(max-width:1366px){.elementor-885 .elementor-element.elementor-element-c3fe631 .jet-listing-dynamic-repeater__item > *{font-size:var( --e-global-typography-e9f746a-font-size );line-height:var( --e-global-typography-e9f746a-line-height );letter-spacing:var( --e-global-typography-e9f746a-letter-spacing );word-spacing:var( --e-global-typography-e9f746a-word-spacing );}}@media(max-width:1024px){.elementor-885 .elementor-element.elementor-element-c3fe631 .jet-listing-dynamic-repeater__item > *{font-size:var( --e-global-typography-e9f746a-font-size );line-height:var( --e-global-typography-e9f746a-line-height );letter-spacing:var( --e-global-typography-e9f746a-letter-spacing );word-spacing:var( --e-global-typography-e9f746a-word-spacing );}}@media(max-width:767px){.elementor-885 .elementor-element.elementor-element-c3fe631 .jet-listing-dynamic-repeater__item > *{font-size:var( --e-global-typography-e9f746a-font-size );line-height:var( --e-global-typography-e9f746a-line-height );letter-spacing:var( --e-global-typography-e9f746a-letter-spacing );word-spacing:var( --e-global-typography-e9f746a-word-spacing );}}/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-c3fe631 */.nautilus-attachment-item {
    display: flex;
    align-items: center;
    background: #f4f7f9;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    border-left: 4px solid #0056b3; /* Un blu nautico */
    transition: transform 0.2s ease;
}

.nautilus-attachment-item:hover {
    transform: translateX(5px);
    background: #eef2f5;
}

.attachment-icon {
    font-size: 24px;
    margin-right: 15px;
    color: #0056b3;
}

.attachment-content {
    display: flex;
    flex-direction: column;
}

.attachment-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.attachment-link {
    font-size: 13px;
    color: #0056b3;
    text-decoration: none;
    margin-top: 5px;
}

.attachment-link:hover {
    text-decoration: underline;
}/* End custom CSS */