/**
 * Current Time
 * An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2024, Thorsten Ahlers
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */

.ctwc-container {
	margin: 5px 0;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

#ctwc-clock div {
	display: inline-block;
	margin: 0 20px;
}

#ctwc-clock div span:last-child {
	font-weight: normal;
}

#ctwc-clock span {
	white-space: nowrap;
}

p.ctwc-currenttime {
	margin-top: -1em;
}}

p.ctwc-currenttime-board-disabled {
	margin-top: 0;
}

p.time {
	visibility: hidden;
}

/* Buttons to toogle explanation of the formatting options */
#ctwc-dateformat-decr-backlink,
#ctwc-dateformat-explain {
	color: #e5e5e5;
	cursor: pointer;
	font-size: 1em;
}

#ctwc-dateformat-decr-backlink:hover,
#ctwc-dateformat-explain:hover {
	color: #f4ca16;
	text-decoration: underline;
}

#ctwc-dateformat-decr-backlink {
	margin: 1em;
	text-align: center;
}

/* Explanation of the formatting options */
#ctwc-dateformat-decr {
	display: none;
}

code {
  white-space: nowrap;
}

#ctwc-dateformat-decr table {
	margin-left: 5%;
	line-height: 1.4em;
}

#ctwc-dateformat-decr table thead {
	font-size: 1.1em;
}

#ctwc-dateformat-decr table td,
#ctwc-dateformat-decr table th {
	padding: 0 3px;
}

#ctwc-dateformat-decr table thead th {
	text-align: left;
}

#ctwc-dateformat-decr table tbody tr:hover td {
	background-color: #90d2ec;
}

#ctwc-dateformat-decr table td:first-child,
#ctwc-dateformat-decr table td:last-child {
	text-align: center;
}

@media (max-width: 900px) {
	#ctwc-dateformat-decr table {
		margin: auto;
	}
}

@media (max-width: 700px) {
	.ctwc-container {
		border-radius: 0;
		margin: 0 -5px;
	}

	p.ctwc-currenttime {
		margin-top: -0.5em;
	}
}

@media (max-width: 500px) {
	p.ctwc-currenttime {
		margin-top: 0;
	}
}
