/*
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: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

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

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

@media (max-width: 768px) {
    .container-author {
      grid-template-columns: repeat(1, 1fr);
    }
}


.page-id-580 .page-content {
	padding: 10px !important;
}


.page-id-580 h1 {
	padding: 0px 10px !important; 
}
