/*
Theme Name: WCFC Theme
Author: Own Your Space
Author URI: https://www.ownyourspace.co.uk/
Description: WCFC Theme
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 2
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Sort functionality styles */
.sort-header {
  position: relative;
  transition: all 0.2s ease;
}

.sort-header:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.sort-icon {
  display: inline-block;
  font-size: 0.85em;
  font-weight: bold;
  transition: color 0.2s ease;
  color: #fff;
  margin-left: 2px;
  vertical-align: middle;
}

.sort-arrow-neutral {
  color: #fff;
  font-size: 0.85em;
  margin-left: 2px;
  vertical-align: middle;
}

.sort-arrow-up,
.sort-arrow-down {
  color: #fff;
  font-size: 0.85em;
  margin-left: 2px;
  vertical-align: middle;
}

.sort-arrow-up.active,
.sort-arrow-down.active {
  color: #10b981;
}

.sort-header.sort-asc,
.sort-header.sort-desc {
  background-color: rgba(16, 185, 129, 0.1);
}
