#rest-api-embed-container {
	margin: 0px;
}

.site-info img, .card-body img {
	max-width: 100%;
	display: block;
	margin: 20px auto;
	/*width: 300px;*/
}

video {
	max-width: 100%;
	width: 500px;
	margin: auto;
	display: block;
}

.small, small {
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0px;
}

.site-info img {
	width: 200px !important;
}

.post-list .post {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	color: white;
	background: black;
}

.post-list .post h3 {
    font-size: 18px;
    margin: 0;
	color: #fcb900;
}

.loader {
    text-align: center;
    padding: 20px;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}
.card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; /* Ensures text is centered */
    min-height:300px; /* Ensures it takes full height of the container */
	color: white;
	background-color: black !important;
}

.card-header h2,
.card-header p {
    margin: 0; /* Removes default margin for centering */
}

.card-title, .post-title, .post-author {
	color: #fcb900;
	font-weight: 900;
	font-size: 26px;
}

.card-body {
	padding: 20px;
}

.post-detail.card {
	border: none;
}

.header-area.mb-4 {
	border-bottom: 3px solid #fcb900;
	padding-bottom: 20px;
}

.pagination {
    gap: 8px;
    flex-wrap: wrap;
}

.pagination .pagination-text {
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    color: #007bff;
}

.pagination .pagination-text.active {
	background-color: #007bff;
	color: #fff;
	pointer-events: none;
	padding: 6px;
}

.pagination .pagination-ellipsis {
    color: #6c757d;
    padding: 6px 8px;
    font-weight: bold;
}
