.elementor-pds-author-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 15px; }

.elementor-pds-author-info {
  display: flex;
  flex-direction: column; }

.elementor-pds-author_image {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background-size: cover;
  background-position: center;
  border-radius: 100%; }

@media (max-width: 1024px) {
  .pds-hide-on-mobile {
    display: none !important; }
  .elementor-pds-tabs {
    display: flex;
    flex-flow: column nowrap; }
  .elementor-pds-content-slider {
    position: static; }
  .elementor-pds-tab {
    position: relative;
    overflow: hidden;
    display: none;
    min-height: auto !important; }
  .elementor-pds-tab-inner {
    padding: 10px 0; }
  .elementor-pds-bookmark {
    padding: 6px 10px;
    border: 1px solid #ccc; }
  .elementor-pds-bookmark-image {
    min-height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .elementor-pds-author-box {
    justify-content: center; } }

@media (min-width: 1025px) {
  .pds-hide-on-desktop {
    display: none !important; }
  .elementor-pds-tabs {
    display: flex;
    flex-flow: row nowrap; }
  .elementor-pds-bookmarks {
    flex: 0 0 auto;
    width: 300px;
    margin-right: 10%; }
  .elementor-pds-content {
    flex: 1 1 100%;
    position: relative;
    overflow: hidden; }
  .elementor-pds-content-slider {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    transition-delay: 0.3s; }
  .elementor-pds-tab {
    display: block !important;
    min-width: 100%;
    opacity: 0;
    transition: 0.3s ease; }
    .elementor-pds-tab.is-active {
      opacity: 1;
      transition-delay: 0.3s; }
  .elementor-pds-bookmark {
    cursor: pointer;
    min-height: 40px; }
    .elementor-pds-bookmark.is-active .elementor-pds-bookmark-image {
      min-height: 80px; }
  .elementor-pds-bookmark-image {
    min-height: 40px;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    transition: min-height .2s ease; } }
