/*
Theme Name: Listeo Child
Theme URI: http://listeo.pro/
Template: listeo
Author: Purethemes.me
Author URI: http://purethemes.net/
Description: Directory WordPress Theme by Purethemes
Tags: theme-options,translation-ready,two-columns
Version: 1.9.24.1693807445
Updated: 2023-09-04 06:04:05

*/

.repeatable-list-container span, .pricing-list-container span {
    text-align: center;
}

.repeatable-list-container span button.button, .pricing-list-container span button.button {
    padding: 5px 0px;
}

@keyframes flash-border {
    0% { border-color: transparent; }
    25% { border-color: #1e73be; }
    50% { border-color: transparent; }
    75% { border-color: #1e73be; }
    100% { border-color: transparent; }
}

.flash-border {
    border: 1px solid transparent;
    animation: flash-border 1s ease-in-out 2;
}