@charset "utf-8";
/*
   New Perspectives on HTML5 and CSS3, 7th Edition
   Tutorial 3
   Tutorial Case

   Style Sheet for the About Page of Pandaisia Chocolates
   Author: Yulia Bekirova
   Date:   03.01.2026

   Filename: pc_about.css
*/

/* Article Styles */

article {
   padding: 15px;
}

/* Aside Styles */

aside {
   padding: 15px;
}

/* Section Styles */

section {
   padding: 15px;
}

/* FAQ list spacing */

aside dl dt {
   font-weight: bold;
   margin-top: 10px;
}

aside dl dd {
   margin-left: 15px;
   margin-bottom: 10px;
}