.hrInspiration .sidebar h2,
.hrInspiration .contentside h2 {
    color: var(--accent-color);
    font-family: var(--heading-font);
    font-size: 14px;
    font-weight: 600;
}

.hrInspiration img {
    aspect-ratio: 3 / 2;
    padding: 5px;
    border-radius: 8px 8px 0 0;
}

.hrInspiration h6 {
    font-size: 14px;
    font-weight: 700;
    font-family: var(--heading-font);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hrInspiration p {
    font-size: 12px;
    color: rgb(85, 85, 85);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    font-family: var(--default-font);
}

.hrInspiration .sidebar label {
    font-size: 14px;
}

.hrInspiration .sidebar .form-check-input:focus {
    box-shadow: none;
    outline: none;
}

.hrInspiration .sidebar .btn-tags,
.hrInspiration .contentbar .btn-tags {
    font-size: 12px;
    color: #555555;
}
.hrInspiration .sidebar .btn-tags.active,
.hrInspiration .contentbar .btn-tags.active {
    color: #ffffff;
}

.hrInspiration .sidebar .btn-tags:hover,
.hrInspiration .contentbar .btn-tags:hover {
    color: var(--contrast-color);
    background: #555555;
}

.hrInspiration .contentside .btnblogs {
    color: var(--orange-color);
    border: 1px solid var(--orange-color);
    font-size: 12px;
}

.hrInspiration .contentbar h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--heading-font);
}

.hrInspiration .contentbar span {
    font-size: 14px;
    text-align: justify;
}

.hrInspiration .contentbar i {
    font-size: 12px;
}

.hrInspiration .contentbar .btn-stay,
.hrInspiration .contentbar .btn-stay:hover {
    color: var(--background-color);
    background-color: var(--orange-color);
    border: 1px solid var(--orange-color);
    border-radius: 5px;
    width: 60%;
}

.hrInspiration .contentbar .btn-event,
.hrInspiration .contentbar .btn-event:hover {
    color: var(--orange-color);
    border: 1px solid var(--orange-color);
    border-radius: 5px;
}
.hrInspiration .event-location {
	-webkit-line-clamp: 1;
}