.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;color:#666666;font-family:"Raleway", Sans-serif;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:#666666;font-family:"Raleway", Sans-serif;}.elementor-kit-10 h1{color:#666666;font-family:"Raleway", Sans-serif;}.elementor-kit-10 h2{color:#666666;font-family:"Raleway", Sans-serif;}.elementor-kit-10 h3{color:#666666;font-family:"Raleway", Sans-serif;}.elementor-kit-10 h4{color:#666666;font-family:"Raleway", Sans-serif;}.elementor-kit-10 h5{color:#666666;font-family:"Raleway", Sans-serif;}.elementor-kit-10 h6{color:#666666;font-family:"Raleway", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.artist-works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: 0;
    padding: 0;
}

.artist-work-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.artist-work-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.artist-work-item p {
    margin-top: 16px;
    font-weight: 700;
    font-size: 18px;
    color: #1a1a1a;
}

@media (max-width: 767px) {
    .artist-works-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}/* End custom CSS */