/* JF Price custom CSS
   Active file:
   /public_html/media/templates/site/cassiopeia_extended/css/user.css
*/

/* Gold borders on Cassiopeia cards/modules */
.card,
.top-b.card,
.container-top-b .card,
.container-component .card,
.container-bottom-b .card {
  --card-border-color: #c9a227 !important;
  border-color: #c9a227 !important;
}

/* Light gray fill on the four home page product cards:
   Loam, Mulch, Stone, Base Material */
.container-top-b > .top-b.card {
  --card-bg: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
}
/* JF Price cassiopeia user.css test 20260706-1648 */

/* JF Price - main menu and dropdown font size */
.container-topbar .mod-menu > li > a,
.container-topbar .mod-menu > li > span,
.container-topbar .mod-menu .mod-menu__sub a,
.container-topbar .mod-menu .mod-menu__sub span,
.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span,
.container-header .mod-menu .mod-menu__sub a,
.container-header .mod-menu .mod-menu__sub span {
  font-size: 20px !important;
}
/* JF Price - restore white article/module H2 title links - 2026-07-09 */

h2.item-title > a,
h2.item-title > a:not([class]),
.item-title > a,
.item-title > a:not([class]),
.blog-featured h2.item-title > a,
.blog-featured h2.item-title > a:not([class]),
.blog-item h2.item-title > a,
.blog-item h2.item-title > a:not([class]),
.container-component h2.item-title > a,
.container-component h2.item-title > a:not([class]) {
  color: #ffffff !important;
}

/* Keep approved dark hover color */
h2.item-title > a:hover,
h2.item-title > a:not([class]):hover,
.item-title > a:hover,
.item-title > a:not([class]):hover,
.blog-featured h2.item-title > a:hover,
.blog-featured h2.item-title > a:not([class]):hover,
.blog-item h2.item-title > a:hover,
.blog-item h2.item-title > a:not([class]):hover,
.container-component h2.item-title > a:hover,
.container-component h2.item-title > a:not([class]):hover {
  color: rgb(14, 59, 67) !important;
}