/**
 * Extensions styles
 */

.notification-extensions {

	h1 {
		margin-bottom: 16px;
	}

	.plugin-card {

		.action-links {

			.official {
				background: #0073aa;
				border-radius: 4px;
				box-sizing: border-box;
				color: #fff;
				display: inline-block;
				margin-top: 3px;
				padding: 3px 10px;
				text-align: center;
				text-transform: uppercase;
				width: 100%;
			}

			.discount {
				background: #00aa4c;
				border-radius: 4px;
				box-sizing: border-box;
				color: #fff;
				display: inline-block;
				margin-top: 3px;
				padding: 3px 10px;
				text-align: center;
				text-transform: uppercase;
				width: 100%;
			}

		}

		&-premium {

			.desc {
				margin-right: 0;
			}

			.plugin-card-bottom {

				.column-license {
					clear: left;
					float: left;
					width: 65%;
					width: calc(100% - 180px);
				}

				.column-submit {
					clear: right;
					float: right;
					max-width: 180px;
				}

			}

		}

		&.promo {

			.desc,
			.name,
			.action-links {
				margin-left: 0;
			}

		}

	}

}
