@charset "utf-8";
/* CSS Document */
body {
	background-color: #eeeeee;
}
#progress,
#keyword-progress{
	position:relative;	
}
.progressMessage{
	position: absolute;
    text-align: center;
    width: 100%;
}
img {
    display: block;
    margin: auto;
	padding-right:200px;
	margin-top:-15px;
}
.center { 
	float: none; 
	margin-left: auto; 
	margin-right: auto; 
}
div.main>div.center{
	max-width:1080px;	
}
div.result-phrases{
	height:300px;
	overflow-x:auto;
}
button.copy-result-btn{
	margin-top:5px;
}
div.modal textarea{
	min-height:300px;	
}
div.footer{
	margin-right:200px;	
}
div#groups{
	margin-top:35px;	
}
div.main{
	margin:30px auto;	
}
div#groups li.list-group-item{
	padding-right:0;	
}
#maxLength{
	margin:5px 0;	
}
#process-result-list p.alert{
	margin: 10px 0;	
}
div#keyword-progress,
div#process-result-list{
	display:none;	
}
div#process-result-list{
	padding:0;	
}
/* Banner Section Styles */
.banner-section {
	text-align: center;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 15px;
}

.banner-disclaimer {
	font-size: 2.5rem;
	color: #666;
	margin-bottom: 25px;
	line-height: 1.6;
	padding: 0 20px;
}

.banner-grid {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.banner-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.banner-row a {
	display: inline-block;
	transition: transform 0.2s ease;
}

.banner-row a:hover {
	transform: scale(1.02);
}

.banner-row img {
	max-width: 300px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
	.banner-row img {
		max-width: 280px;
	}
}

@media (max-width: 768px) {
	.banner-row {
		flex-direction: column;
		align-items: center;
	}
	
	.banner-row img {
		max-width: 100%;
	}
	
	.banner-disclaimer {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.banner-disclaimer {
		font-size: 12px;
		padding: 0 10px;
	}
}
