/*
Theme Name: Tyreforce Showroom
Description: Tyreforce showroom website, catalogue, services and customer gallery.
Template: tyreforce
Version: 1.0.0
Text Domain: tf-showroom
*/

/* Frontend layout styles are scoped in tyreforce-showroom/assets/showroom.css.
 * Parent theme styles continue to load through the parent theme's functions.
 */

/* Social profiles: accessible icon links in the shared footer. */
.tf-showroom-root .footer .tf-social-caption { margin:18px 0 9px;font-size:12px;font-weight:600;color:#333; }
.tf-showroom-root .tf-social-links { display:flex;flex-wrap:wrap;gap:8px; }
.tf-showroom-root .footer .tf-social-link { width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;border:1px solid #d8d8d8;border-radius:50%;background:#fff;color:#171717;transition:background-color .18s ease,color .18s ease,border-color .18s ease; }
.tf-showroom-root .tf-social-link svg { width:21px;height:21px;display:block; }
.tf-showroom-root .footer .tf-social-link:hover { background:#d71920;border-color:#d71920;color:#fff; }
.tf-showroom-root .footer .tf-social-link:focus-visible { outline:3px solid #d71920;outline-offset:3px; }
@media (prefers-reduced-motion:reduce) { .tf-showroom-root .footer .tf-social-link { transition:none; } }
