/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Description: Twenty Twenty-four Child Theme
Author: Sameer
Author URI: https://wordpress.org
Template: twentytwentyfour
Version: 1.0.0
*/

/* Add your custom styles here */

#pointscore {
  font-size: 88px;
  color: #475B20;
  text-align: center;
  font-weight: bold;
  margin:0px;
}

.pointscoredownline {
  font-size: 18px;
  border: 1px solid #E1E1E1;
  text-align: center;

}

#nextpressing {
font-size: 20px;
color: #d9d9d9;
text-align: center;
background: #475B20;

}

#maxpoints {
font-size: 12px;
color: #475B20;
text-align: right;

}

/**/

.woocommerce-dashboard-posts {
	margin-top: 2em;
}
.dashboard-post {
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px solid #e0e0e0;
}
.dashboard-post-title {
	margin: 0 0 0.75em 0;
	font-weight: 700;
	font-size: 1.5em;
	color: #111;
}
.dashboard-post-content {
	font-size: 1em;
	line-height: 1.7em;
	color: #333;
}

/**/
.woocommerce-MyAccount-navigation .wc-account-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation .wc-account-menu-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation .wc-account-menu-item a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.2s ease;
}

.woocommerce-MyAccount-navigation .wc-account-menu-item a:hover {
  color: #000;
}

.woocommerce-MyAccount-navigation .is-active a {
  font-weight: 600;
  color: #111;
}
