/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* TOP_LIST_CARD */
.top_list_card {
  position: relative;
  box-shadow: 0 0 16px 0 rgba(0, 54, 0, 0.2);
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 150%;
  color: #555;
  font-size: 18px !important;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top_list_card > div {
  padding-left: 15px;
  padding-right: 15px;
}
.top_list_card .top_list_card_order {
  position: absolute;
  top: -15px;
  left: 15px;
  padding: padding: 7px 10px 5px 12px;
  border-radius: 5px;
  background-color: #d5d5d5;
  color: #fff;
}
.top_list_card .top_list_card_brand {
  width: 15%;
  text-align: center;
  font-size: 0.8em !important;
}
.top_list_card .top_list_card_brand a {
  text-decoration: none;
  color: #999;
}
.top_list_card .top_list_card_brand img {
  max-width: 100%;
  border-radius: 15px;
}
.top_list_card .top_list_card_name {
  width: 15%;
  font-weight: 700;
}
.top_list_card .top_list_card_rating {
  display: flex;
  flex-direction: column;
  line-height: 120%;
  font-size: 12px;
  font-weight: 400;
  color: #aaa;
}
.top_list_card .top_list_card_rating div {
  color: #FBC613;
  margin-right: 10px;
}
.top_list_card .top_list_card_bonus {
  width: 25%;
  margin-right: auto;
  font-size: 16px !important;
}
.top_list_card .top_list_card_bonus .h4 {
  color: #243d95;
  font-weight: 700;
}
.top_list_card .top_list_card_pros {
  width: 25%;
}
.top_list_card .top_list_card_pros ul {
  list-style-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23243d95'/%3E%3Cpath d='M4 7.353L7.81 10 12 5' stroke='%23fff'/%3E%3C/svg%3E");
  margin-bottom: 0;
}
.top_list_card .top_list_card_pros ul li {
  font-size: 14px !important;
  line-height: 130%;
}
.top_list_card .top_list_card_action {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_list_card .top_list_card_btn {
  text-decoration: none;
  color: #fff;
  background-color: #243d95;
  position: relative;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: inset 0 -3px #1a2c6c;
}
.top_list_card .top_list_card_btn:hover {
  box-shadow: 0 5px #1a2c6c, 0 0 10px rgba(26, 44, 108, 0.4);
  animation: borderPulse 1000ms infinite ease-out;
}
.top_list_card .top_list_card_btn:active {
  animation: hoverShine 200ms;
}
.top_list_card .top_list_card_footer {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  font-size: 12px !important;
  line-height: 100%;
  color: #aaa;
}
/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px rgb(255, 255, 255);
  }
}
@keyframes hoverShine {
  0% {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
  50% {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  }
  100% {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 100%);
  }
}
/* Responsive */
@media (max-width: 1024px) {
  .top_list_card {
    flex-wrap: wrap;
  }
  .top_list_card .top_list_card_brand {
    width: 15%;
    margin-bottom: 15px;
  }
  .top_list_card .top_list_card_name {
    width: 35%;
    margin-bottom: 15px;
  }
  .top_list_card .top_list_card_bonus {
    width: 50%;
    margin-bottom: 15px;
  }
  .top_list_card .top_list_card_pros {
    width: 100%;
    margin-bottom: 15px;
  }
  .top_list_card .top_list_card_pros ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
    align-content: center;
    justify-content: center;
    width: 100%;
  }
  .top_list_card .top_list_card_action {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top_list_card {
    flex-wrap: wrap;
  }
  .top_list_card .top_list_card_brand {
    width: 30%;
  }
  .top_list_card .top_list_card_name {
    width: 70%;
    margin-bottom: 15px;
  }
  .top_list_card .top_list_card_bonus {
    width: 100%;
    text-align: center;
  }
}
/* TOP_LIST_CARD */