/*----------------------------------------------------------------------
Add-ons page
----------------------------------------------------------------------*/

.add-ons-info {
	margin-top: 10px;
}

.add-ons-list {
	margin-top: 20px;
}

.plugin-card .desc,
.plugin-card .desc > p,
.plugin-card .name {
	margin-right: 0 !important;
}

.plugin-card .more-details {
	margin-left: 148px;
}

.plugin-icon {
	width: auto;
	height: auto;
    max-width: 128px;
    max-height: 128px;
}

.plugin-card-top {
	padding-bottom: 20px;
}

.plugin-card-bottom {
	white-space: nowrap;
	overflow-x: auto;
}

.plugin-card button.disabled,
.plugin-card button[disabled] {
	pointer-events: none;
}

.plugin-card .button {
	margin-right: 10px !important;
	transition: all 0.2s linear;
}

.plugin-card .button:last-child {
	margin-right: 0 !important;
}

.action-button .dashicons,
.license-key-update-button .dashicons {
	margin-top: 4px;
	margin-right: 5px;	
}

.action-button p,
.license-key-update-button p {
	display: inline;
	margin: 0;
	line-height: 100%;
}

.license-key-input {
    min-width: 300px;
    margin-right: 10px;
	padding: 0 8px !important;
    line-height: 2 !important;
	font-size: 14px !important;
    min-height: 30px !important;
}

.license-key-input::placeholder {
    opacity: 1;
    font-style: italic;
    color: #999;
}

.license-key-submit-button[disabled] {
	pointer-events: none;
}

.install-log,
.verify-log {
	margin-top: 15px;
	display: none;
}

.install-log-row {
	padding: 5px 0;
}

.install-log-message,
.verify-log-message {
	display: inline;
	padding-left: 5px;
}

.processing-icon {
	color: #0073AA;
	animation: spin 1s linear infinite;
}

.success-icon {
	color: green;
}

.warning-icon {
	color: #dba617;
}

.fail-icon {
	color: #F00;
}

.license-key-info {
	max-width: 300px;
	margin-top: 15px;
	padding: 8px;
	box-sizing: border-box;
}

.license-key-valid {
	background-color: #edfaef;
	border-left: 4px solid #00a32a;
}

.license-key-not-valid {
	background-color: #fcf9e8;
	border-left: 4px solid #dba617;
}

.modal-window::after {
    content: '';
	position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    bottom: -30px;
    left: 0;
}

.add-on-more-details .modal-window {
	width: 50vw;
	max-width: 900px;
	min-width: 300px;
}

.add-on-more-details .add-on-name {
	font-size: 20px;
	margin: 0px;
	line-height: 1.3;
}

.more-details-section {
	margin-top: 30px;
}

.add-on-more-details h5 {
	font-size: 16px;
	margin: 0 0 20px 0;
}

.more-details-screenshots ol {
	display: flex;
	max-width: 100%;
	overflow: auto;
	list-style: none;
	margin: 0;
}

.more-details-screenshots ol li {
	margin-right: 30px;
	margin-bottom: 10px;
}

.more-details-screenshots ol li:last-child {
	margin-right: 0;
}

.more-details-screenshots img {
	height: 150px;
	border: 2px solid #2271b1;
}