/*
Theme Name: TalentUShow 2025
Theme URI: 
Author: YohDev
Author URI: 
Description: A theme based on WordPress Native Twenty Twenty Five theme
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: talentushow-2025
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

.has-text-gradient {
	color: transparent!important;
	background-clip: text!important;
	background-image: linear-gradient(to right, rgb(149, 30, 62), rgb(205, 166, 12), rgb(149, 30, 62)) !important;
}

.wp-element-button img {
	margin-right: 10px;
	margin-bottom: -2px;
}

.wp-block-read-more {
	width: calc(100% - 3rem);
	text-align: center;
}

.wp-block-read-more:hover {
	text-decoration: none;
}

.entry-vote-btn {
	appearance: none;
    border: 1px solid rgb(251, 191, 36);
    background: white;
    color: #d97706;
    font-size: 15px;
    border-radius: 6px;
    padding: 3px 15px 4px 15px;
}

.entry-vote-btn.voted {
	color: #16a34a;
	border-color: #4ade80;
	background: rgb(240, 253, 244);
}

.wp-site-blocks > .wp-block-template-part {
    margin-top: 0;
}

.enter-now-button::after {
	content: 'Entries Closed';
	color: black;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
}

.enter-now-button {
	background: grey!important;
}

.enter-now-button:has(a) {
	background: inherit!important;
}

.enter-now-button:has(a)::after {
	content: '';
}

.wp-element-button {
	border-radius: 6px;
	border: 1px solid transparent;
}

.wp-element-button:hover {
	border-color: black;
}
