.adpost-part {
    padding: 20px 0;
}

.adpost-title h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.button-container {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.button-container a {
    text-decoration: none;
}

.btn-sell, .btn-seek{
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 30px;
}



.btn-sell {
    background-color: #28a745; /* Green color */
    color: white;
}

.btn-sell:hover {
    background-color: #218838; /* Darker green on hover */
}

.btn-seek {
    background-color: #28a745; /* Blue color */
    color: white;
}

.btn-seek:hover {
    background-color: #138496; /* Darker blue on hover */
}
.btn-sell{
	font-size: 14px;
	font-weight: 500;
	border: 2px solid;
	border-radius: 8px;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}