/*
Theme Name: Pixwell Child
Template: pixwell
Theme URI: https://tf01.themeruby.com
Author: Digitalfootprint
Author URI: https://digitalfootprint.hu
Description: A child theme of Pixwell theme.
Version: 1.0.1
Updated: 2025-05-14 10:00:00
Text Domain: pixwell-child

*/

ul {
  list-style-type: disc !important;
}

li{
    margin-left:20px;
}

ol {
  list-style-type: decimal !important;
}

li{
    margin-left:20px;
}

.container-author {
    display: flex;
    gap: 40px;
}

.column-author {
    flex: 1;
    box-sizing: border-box;
}
  
.profile-author img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
}

.profile-author h3 {
    margin: 0;
    font-weight: bold;
}
  
.profile-author p {
    margin: 4px 0 0;
}
  

@media (max-width: 768px) {
    .container-author {
      flex-direction: column;
    }
}