/**
* Theme Name:        avanam-artist
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-artist
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

/* === Desktop Styles (768px and up) === */
@media (min-width: 768px) {
  .elementor-widget-tmcore-product-categories .cat-title a {
    background-color: #a87b41 !important;
    color: #ffffff !important;
    font-family: 'Lora', serif !important;
    font-size: 20px !important;
    padding: 8px 30px !important;
    margin-top: 30px !important;
    display: inline-block !important;
    text-transform: capitalize !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
    transition: all 0.3s ease-in-out;
  }
}

/* === Mobile Styles (767px and below) === */
@media (max-width: 767px) {
  .elementor-widget-tmcore-product-categories .cat-title a {
    background-color: #a87b41 !important;
    color: #ffffff !important;
    font-family: 'Lora', serif !important;
    font-size: 16px !important;
    padding: 6px 20px !important;
    margin-top: 15px !important;
    display: inline-block !important;
    text-transform: capitalize !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    transition: all 0.3s ease-in-out;
  }
}

