.inside-article{
	max-width: 1200px;
    margin: auto;
    padding-top: 120px;
	line-height: 1.8;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.entry-header{
	text-align: center;
	margin-bottom: 40px;
	font-size: 36px;
}
.entry-title{
	background: linear-gradient(90deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 700;
}
.inside-article p {
	margin-bottom: 22px;
	text-align: justify;
}

.inside-article h2 {
	font-size: 32px !important;
	font-weight: 700;
	margin: 50px 0 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e0e0e0;
}

.inside-article h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 35px 0 20px;
}

.inside-article h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 30px 0 15px;
}

.inside-article ul, .inside-article ol {
	margin: 20px 0;
	padding-left: 30px;
}

.inside-article li {
	margin-bottom: 12px;
	line-height: 1.7;
}

.inside-article strong {
	font-weight: 600;
	color: #f13724;
}

.inside-article a {
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.2s;
}
.button-container {
	text-align: center;
	margin: 40px 0;
}

.cta-button {
	display: inline-block;
	padding: 18px 40px;
	background-color: #2c2c2c;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	transition: background-color 0.3s, transform 0.2s;
}
.no-one-btn > div > a{
	background-color: #263aaa;
	color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	padding: 8px 13px;
}
.cta-button:hover {
	background-color: #000;
	transform: translateY(-2px);
	border-bottom: none;
}

.spacer {
	height: 40px;
}

.inside-article figure {
	margin: 40px 0;
	text-align: center;
	font-size: 28px;
    display: flex;
    justify-content: center;
}

.inside-article figure img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.inside-article hr {
	border: none;
	margin: 50px 0;
}

.inside-article blockquote {
	margin: 30px 0;
	padding: 20px 30px;
	background-color: #f8f8f8;
	border-left: 4px solid #666;
	font-style: italic;
}

.inside-article blockquote p {
	margin: 0;
}

@media (max-width: 768px) {
	.inside-article {
		padding: 30px 15px;
	}

	.inside-article h2 {
		font-size: 24px;
	}

	.inside-article h3 {
		font-size: 20px;
	}
}