/* SuiteDash Updates Log - Frontend */

.sd-updates-log-wrap {
	max-width: 860px;
	margin: 0 auto;
}

/* Search */
.sd-updates-log-search-wrap {
	margin-bottom: 36px;
	position: relative;
}

.sd-updates-log-search {
	width: 100%;
	padding: 15px 24px 15px 50px;
	font-size: 15px;
	font-family: inherit;
	color: #2a2a2a;
	background-color: #f4f7fa;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a0aec0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 18px;
	border: 1.5px solid transparent;
	border-radius: 50px;
	outline: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	box-sizing: border-box;
}

.sd-updates-log-search::placeholder {
	color: #a0aec0;
	font-style: italic;
}

.sd-updates-log-search:focus {
	background-color: #ffffff;
	border-color: #3E76A1;
	box-shadow: 0 4px 24px rgba(62, 118, 161, 0.14);
	transform: translateY(-1px);
}

/* Results count */
.sd-updates-log-count {
	margin-top: 10px;
	padding-left: 6px;
	font-size: 13px;
	color: #a0aec0;
	transition: opacity 0.2s ease;
}

.sd-updates-log-count strong {
	color: #3E76A1;
	font-weight: 600;
}

.sd-updates-log-count em {
	font-style: italic;
	color: #555;
}

/* Entry card */
.update-details {
	border: none;
	border-radius: 11px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
	padding: 0;
	width: 75%;
	margin: 0 auto 30px auto;
}

/* Title bar */
.update-title {
	border-bottom: none;
	padding: 25px 30px 14px 30px;
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
}

.featuredheader {
	line-height: 26px;
	font-size: 24px;
	letter-spacing: 2px;
	padding: 7px 0 10px 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #232323;
	display: inline-block;
}

.livetag {
	background: rgb(49, 192, 206);
	background: linear-gradient(80deg, rgba(49,192,206,1) 0%, rgba(49,192,206,1) 41%, rgba(63,202,215,1) 100%);
	border: none;
	font-weight: 600;
	color: #ffffff;
	padding: 1px 8px;
	border-radius: 3px;
	letter-spacing: 1px;
	vertical-align: 4px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 9px;
	display: inline-block;
}

/* Description body */
.update-description {
	padding: 8px 30px 34px 30px;
}

.update-description h4 {
	margin-top: 0;
	margin-bottom: 8px;
}

.update-description ul {
	padding-left: 35px;
}

.update-description a {
	color: #3E76A1;
}

.update-description hr {
	border-top: 1px solid #dedede;
	border-bottom: none;
	margin-top: 17px;
	margin-bottom: 17px;
}

.update-sm-txt {
	font-size: 12px;
}

/* Loading / no-results */
.sd-updates-log-loading {
	text-align: center;
	padding: 24px;
	color: #888;
	font-size: 15px;
}

.sd-updates-log-no-results {
	text-align: center;
	padding: 48px 20px;
	color: #888;
	font-size: 16px;
}
