#ap_cc_wrapper .container {
	background: white;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#ap_cc_wrapper .form-group {
	margin-bottom: 20px;
}

#ap_cc_wrapper label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #555;
}

#ap_cc_wrapper select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
}

#ap_cc_wrapper .course-result {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	padding: 20px;
	margin-top: 20px;
}

#ap_cc_wrapper .course-result h3 {
	color: #265193;
	margin-top: 0;
}

#ap_cc_wrapper .credit-info p {
	margin: 8px 0;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

#ap_cc_wrapper .credit-info p:last-child {
	border-bottom: none;
}

#ap_cc_wrapper .no-results {
	text-align: center;
	color: #666;
	font-style: italic;
	margin-top: 20px;
}

#ap_cc_wrapper .results-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 30px;
	background: white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

#ap_cc_wrapper .results-table th {
	background-color: #265193;
	color: white;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #0056b3;
}

#ap_cc_wrapper .results-table td {
	padding: 12px;
	text-align: center;
	border: 1px solid #dee2e6;
	vertical-align: top;
}

#ap_cc_wrapper .results-table tr:nth-child(even) {
	background-color: #f8f9fa;
}

#ap_cc_wrapper .results-table tr:hover {
	background-color: #e9ecef;
}

#ap_cc_wrapper .subjects-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 15px;
	margin-top: 20px;
}

#ap_cc_wrapper .subject-item {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	padding: 15px;
	text-align: center;
	font-weight: 500;
	color: #495057;
	transition: all 0.2s ease;
	cursor: pointer;
}

#ap_cc_wrapper .subject-item:hover {
	background: #e9ecef;
	border-color: #265193;
	transform: translateY(-2px);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#ap_cc_wrapper .subject-item:active {
	transform: translateY(0);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

#ap_cc_wrapper .search-section {
	margin-bottom: 30px;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #dee2e6;
}

#ap_cc_wrapper .search-section h3 {
	margin-top: 0;
	color: #495057;
	margin-bottom: 15px;
}
