/*
Theme Name: Muscat
Theme URI: https://wordpress.com/themes/muscat/
Description: Muscat is a simple blogging WordPress theme with grid post templates and a centered post layout. Its geometric sans-serif typography contributes to a delightful, comfortable and modern reading experience. With a light style variation, Muscat lets your content shine, whether it is text or media.
Version: 1.0.5
Author: Automattic
Author URI: https://automattic.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: muscat
*/

/*
 * Font smoothing
 */
 body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*
* Control the hover stylings of outline block style.
* Unnecessary once block styles are configurable via theme.json
*/
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--background);
	border-color: var(--wp--preset--color--secondary);
}

/*
 * Link styles
 */
a {
	text-decoration-thickness: .0625em !important;
	text-underline-offset: .15em;
}

















/* Добавьте в style.css вашей темы */
.woocommerce-subscription-details {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.woocommerce-subscription-details h3 {
    margin-top: 0;
    color: #333;
}

.subscription_details th {
    text-align: left;
    padding: 8px;
    background-color: #f9f9f9;
}

.subscription_details td {
    padding: 8px;
    border-top: 1px solid #eee;
}