.asana-embed-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 800px;
}

.asana-embed-iframe {
	border-color: #EDEAE9;
	border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    display: block;
    height:  533px;
    width: 100%;
}

.asana-embed-footer {
	background-color: #F5F3F3;
	border-color: #EDEAE9;
	border-radius: 0 0 4px 4px;
	border-style: solid;
	border-width: 1px;
	display: flex;
	justify-content: center;
	padding: 8px 0px;
	text-align: center;
    width: 100%;
}

.asana-embed-footer-link, .asana-embed-footer-link:hover {
    align-items: center;
    color: #848F99;
	display: flex;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.asana-embed-footer-logo {
	background-image: url(https://d3ki9tyy5l5ruj.cloudfront.net/obj/567543daae9ba86fd93d9223624aa2b4e340b011/asana-logo-horizontal.svg);
	background-position:  right bottom 3px;
	background-repeat: no-repeat;
	height: 16px; /* height of the background image */
	margin-left: 4px;
	padding-left: 1px;
	vertical-align: middle;
	width: 61px; /* width of the background image */
}
