Anladım hocam şimdi.
wp-includes/css/wp-embed-template.css de .wp-embed class'ı var ordan düzenleyebilirsiniz.
.wp-embed {
padding: 25px;
font-size: 14px;
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
line-height: 1.5;
color: #82878c;
background: white;
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
/* Clearfix */
overflow: auto;
zoom: 1;
}
Umarım şimdi doğru anlamışımdır