<style>
.caawiye-blog-box {
    border-radius: 16px;
    padding-bottom: 2px;
    min-height: 200px;
    border-left: 3px solid #6e133d;
    padding-left: 7px;
	}
	.three-comment-dot-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
}

.three-comment-dot-menu i {
    font-size: 18px;
}

.dropdown-comment-edit-menu {
    display: none;
    position: absolute;
    right: 0;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 9999; /* Ensure it appears above all layers */
}

.dropdown-comment-edit-menu button {
    display: block;
    width: 100%;
    border: none;
    background: none;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

.dropdown-comment-edit-menu button:hover {
    background: #f5f5f5;
}

.dropdown-comment-edit-menu.show {
    display: block;
}
		.three-dot-menu {
    position: relative;
    display: inline-block;
    margin-left: auto;
	margin-top: -12px;
	padding-right: 10px;
	margin-right: 10px;
    cursor: pointer;
    padding: 5px;
}

.three-dot-menu i {
    font-size: 22px;
}

.dropdown-edit-menu {
    display: none;
    position: absolute;
    left: 50%;
	font-size: 12px;
    transform: translateX(-80%);
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    z-index: 9999; /* Ensure it appears above all layers */
    padding: 2px;
}

.dropdown-edit-menu button {
    display: block;
    width: 100%;
    border: none;
    background: none;
    padding: 3px;
    text-align: left;
    cursor: pointer;
}

.dropdown-edit-menu button:hover {
    background: #00BCD4;
}

.dropdown-edit-menu.show {
    display: block;
}
	.caawiye-blog-box {
    border-radius: 16px;
    padding-bottom: 2px;
	min-height: 200px;
    border-left: 3px solid #6e133d; /* Set the color of the left border */
    padding-left: 7px; /* Add space to the left to match the border color */
}

.post-header-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.post-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-author img {
    border-radius: 50%;
    height: 70px; /* Fixed height */
    width: 70px;  /* Fixed width */
    object-fit: cover; /* Ensures the image fills the space without distortion */
}


.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: bold;
    color: #333;
	margin-top: -15px;
    text-decoration: none;
}

.post-meta {
	gap: 5px;
	padding-left: 80px;
    font-size: 18px;
    color: #777;
    margin-top: -30px;
}

.divider {
	gap: 4px;
	padding-right: 3px;
    color: #4a0c36;
    font-weight: bold;
}

.post-comments {
	padding-left: 5px;
	gap: 5px;
    color: #0073aa;
	font-size: 14px;
    font-weight: bold;
}
.post-footer {
    padding: 10px;
    margin-top: 5px;
	margin-bottom: 1px;
}

.post-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.post-categories {
	margin-top: -15px;
    display: flex;
	font-size: 17px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* Add ellipsis if the name is too long */
    align-items: center;
	flex-grow: 1; /* Allow categories to grow */
    margin-right: 10px; /* Space between categories and share button */
    gap: 5px;
}

.post-categories i {
    color: #0073aa;
}

.category-link {
    color: #0073aa;
    text-decoration: none;
}

.category-link:hover {
    text-decoration: underline;
}

.post-title2 {
    margin-left: 20px;  /* Adjust the left margin as needed */
	 margin-top: 20px;  /* Adjust the left margin as needed */
    padding: 10px;      /* Adjust the padding as needed */
}
.comment-list-card {
    margin-top: 5px;
	border-left: 2px solid #801264;
	border-right: 2px solid #e8ebed;
	border-bottom: 2px solid #e8ebed;
    border-radius: 8px;
	padding-top: 0px;
	padding-left: 0px;
	background: var(--color-theme-white-box);
	padding-right: 0px;
	padding-bottom: 0px;
}

.comment-list-header {
    display: flex;
	background-color: #007bff;
    justify-content: space-between;
    align-items: center;
	padding-top: 5px;
	padding-right: 0px;
	border-radius: 8px;
    margin-bottom: 20px;
}

.comment-count {
	padding-left: 20px;
    color: #ffffff;
	font-family: var(--highlight-font-family);
	letter-spacing: var(--letter-spacing-one);
	font-weight: var(--font-weight-semi-bold);
	line-height: var(--font-line-height-body);
	border-radius: var(--border-radius);
	font-size: 20px;
}

.login-prompt {
    color: #ff0000;
    font-size: 14px;
    margin-left: 10px;
}

/* Sort Button Styles */
.sort-button {
	background: none;
    border: 1px solid #007bff;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 20px;
    display: flex;
	padding-right: 20px;
    color: #ffffff;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s;
}

.sort-button i {
    font-size: 18px;
	padding-right: 20px;
    color: #ffffff;
}

.sort-button:hover {
    color: #e079c1;
}

.comment-item {
    margin-bottom: 20px;
	margin-top: 5px;
    padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.comment-item.reply-item {
    margin-left: 20px; /* Indent replies */
    border-left: 2px solid #007bff;
    padding-left: 10px;
}
.comment-item.reply-item.reply-level-2 {
    margin-left: 20px; /* Indent replies to replies */
    border-left: 2px solid #e079c1; /* Pink border for replies to replies */
    padding-left: 10px;
}
.comment-authors {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.author-avatar {
    margin-right: 10px;
}

.author-avatar img {
    border-radius: 50%;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
	color: var(--global-font-title);
	font-size: var(--font-size-h5);
	line-height: var(--font-line-height-h5);
	letter-spacing: var(--font-letter-spacing-h5);
	font-weight: var(--font-weight-h5);
    text-decoration: none;
}

.author-name:hover {
    color: #007bff;
}

.comment-date {
    color: #666;
    font-size: 14px;
}

.comment-content {
    margin-bottom: 10px;
	margin-left: 20px;
}

.comment-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.reply-button {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    	font-size: var(--font-size-normal);
	background: var(--color-theme-primary);
	color: var(--color-theme-white);
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-two);
	font-weight: var(--font-weight-bold);
    transition: background-color 0.3s, color 0.3s;
}

.reply-button:hover {
    background-color: #007bff;
    color: #fff;
}
	/* Edit Button Styles */
.edit-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 20px;  /* Adjusted size for the icon */
    color: #666;
    transition: color 0.3s, transform 0.3s;  /* Added transition for scaling */
}

.edit-button i {
    font-size: 20px;  /* Adjust the icon size */
    transition: transform 0.3s;  /* Smooth transition for scaling */
}

.edit-button:hover {
    color: #007bff;
    transform: scale(1.1);  /* Slightly enlarge the icon when hovered */
}

/* Edit Form Styles */
.edit-form {
    margin-top: 10px;
    border-radius: 4px;
}

.edit-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    resize: vertical;
}

.edit-form button {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #007bff;
    cursor: pointer;
    color: #fff;
	margin-bottom: 10px;
    transition: background-color 0.3s;
}

.edit-form button:hover {
    background-color: #0056b3;
}
/* Share Button Styles */
.share-button {
    position: relative;
    display: inline-block;
}

.share-icon {
    font-size: 20px;
	padding-right: 10px;
    color: var(--global-font-icon);
    cursor: pointer;
    transition: color 0.3s ease;
}

.share-button:hover .share-icon {
    color: #b51dad; /* Change color when the share button is hovered */
}

.share-dropdown {
    display: none;
    position: absolute;
    right: 0;
	 margin-top: -14px;
    border-radius: 4px;
    padding: 10px;
    z-index: 1;
    flex-direction: row;
    gap: 10px;
}

.share-dropdown a {
    display: block;
    padding: 5px 0;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.share-dropdown a:hover {
    color: #007bff; /* Color change on hover */
}

.share-button:hover .share-dropdown {
    display: flex;
}

.share-dropdown a i {
    font-size: 20px;
    transition: color 0.3s ease;
}

.share-dropdown a:hover i {
    color: #007bff; /* Change color of icons when hovered */
}
/* Share Button Styles */
.share2-button2 {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: auto; /* Always align to the right */
}

.share2-icon {
    font-size: 20px;
    padding-right: 10px;
    color: var(--global-font-icon);
    cursor: pointer;
    transition: color 0.3s ease;
}

.share2-button2:hover .share2-icon {
    color: #b51dad; /* Change color when the share button is hovered */
}

/* Share Dropdown */
.share2-dropdown2 {
    display: none;
    position: absolute;
    bottom: 80%; /* Positions the dropdown above the button */
    left: 20%;
    transform: translateX(-80%);
	margin-top: 0px;
    background-color: none;
    border-radius: 4px;
    padding: 10px;
    z-index: 1;
    flex-direction: row;
    gap: 10px;
}

/* Ensure the dropdown appears when hovering */
.share2-button2:hover .share2-dropdown2,
.share2-button2:focus-within .share2-dropdown2 {
    display: flex;
}

/* Share Links */
.share2-dropdown2 a {
    display: flex;
    align-items: center;
    padding: 5px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.share2-dropdown2 a:hover {
    color: #007bff; /* Color change on hover */
}

/* Icon Colors */
.share-facebook i { color: #1877F2; }
.share-twitter i { color: #1DA1F2; }
.share-linkedin i { color: #0A66C2; }
.share-whatsapp i { color: #25D366; }

.share2-dropdown2 a i {
    font-size: 20px;
    transition: color 0.3s ease;
}


.share2-dropdown2 a:hover i {
    color: #007bff; /* Change color of icons when hovered */
}
.no-comments {
    text-align: center;
    color: #666;
}

.reply-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.reply-form button {
    padding: 5px 10px;
	margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    transition: background-color 0.3s;
}

.reply-form button:hover {
    background-color: #0056b3;
}
	.reply-item {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
	.comment-form-section {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ccc;
		background: var(--color-theme-white-box);
    border-radius: 8px;
}

.comment-form-section h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.comment-form-section p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
}

.comment-form-section a {
    color: #007bff;
    text-decoration: none;
}

.comment-form-section a:hover {
    text-decoration: underline;
}

.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
	 color: #bab3b8;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    resize: vertical;
}

.comment-form button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.comment-form button:hover {
    background-color: #0056b3;
}

.comments-closed {
    color: #ff0000;
    font-size: 16px;
    text-align: center;
}
/* Modal Overlay Styles */
.edit-post-modal,
.report-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

/* Modal Content Styles */
.modal-contents {
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Close Buttons */
.close-edit-btn,
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 34px;
    cursor: pointer;
    color: #777;
    transition: color 0.2s ease;
}

.close-edit-btn:hover,
.close-btn:hover {
    color: #333;
}

/* Modal Headers */
.modal-contents h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
    padding-right: 30px; /* Space for close button */
}

/* Form Elements - Common Styles */
.modal-contents label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #444;
}

.modal-contents input[type="text"],
.modal-contents textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.modal-contents input[type="text"]:focus,
.modal-contents textarea:focus {
    border-color: #0073aa;
    outline: none;
}

.modal-contents textarea {
    min-height: 100px;
    resize: vertical;
}

/* Checkbox Styles */
.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.checkbox-container input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: #0073aa;
}

/* Violence Type List */
.violence-type-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.violence-type-item {
    padding: 8px 15px;
    background-color: #f5f5f5;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}

.violence-type-item:hover {
    background-color: #e0e0e0;
}

.violence-type-item.selected {
    background-color: #0073aa;
    color: white;
}

/* Submit Buttons */
#saveEditPost,
#submitReport {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#saveEditPost:hover,
#submitReport:hover {
    background-color: #005a87;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .modal-contents {
        width: 90%;
        padding: 20px 15px;
    }
    
    .violence-type-list {
        gap: 6px;
    }
    
    .violence-type-item {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    #saveEditPost,
    #submitReport {
        padding: 10px;
    }
}
</style>