/* 即刻说说的tag标签颜色 */
#bber .bber-info-from-tag  {
    display: flex;
    margin-left: 0.5rem;
    font-size: 0.7rem;
    align-items: center;
    background-color: rgba(78, 181, 213, 0.13);
    color: rgb(53, 163, 206);
    padding: 0px 8px;
    border-radius: 20px;
}
.holiday-name {
	color: #2c3e50;
	font-weight: bold;
	margin-bottom: 5px;
}

/*友链提交输入框*/

.link-container {
            background-color: #fff;
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-group {
	margin-bottom: 15px;
}
.form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.custom-input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	transition: border-color 0.3s, box-shadow 0.3s;
}
.custom-input:focus {
	border-color: #4285f4;
	box-shadow: 0 0 8px rgba(66, 133, 244, 0.3);
	outline: none;
}
.submit-btn {
	background-color: #4285f4;
	color: #fff;
	padding: 10px 15px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.submit-btn:hover {
	background-color: #357ae8;
}
#footer-bar .footer-bar-links .footer-bar-right img {
	width: 16px;
}