/*
Theme Name:     Pixwell child
Template:      	pixwell
Theme URI:      https://tf01.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Pixwell in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, editor-style, featured-images, theme-options, custom-colors, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */


/* --- BOX AUTORA --- */

/* wyłączenie klikalności avatara i imienia */
.author-box .author-avatar a,
.author-box .author-title a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}

/* powiększenie imienia i nazwiska */
.author-box .author-title a {
  font-size: 1.3em;      /* dostosuj np. 1.5em albo 20px */
  font-weight: 600;
  display: inline-block; /* żeby margin-bottom zadziałał */
  margin-bottom: 6px;    /* minimalny odstęp pod imieniem */
}

/* całkowite ukrycie linku "Zobacz więcej wpisów" */
.author-box .author-more {
  display: none !important;
}

/* usunięcie pseudo-elementu z kropeczkami pod headerem */
.author-box .author-header::after {
  display: none !important;
  content: none !important;
}

.author-box .author-description {
  margin-top: 0; 
}
